• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Firewall custom rules reset each day

RoulienDeLaVegas

New Pleskian
Hi,

I setting custom rules and enabled it to check my Plesk 11 host by a Nagios over the network with SNMP.

All days at 6:45am, snmp not responding. I need to go on the firewall extension where my custom rules style be there and clic edit, then, without doing any change on the config, enabled it, and it works again until next day 06:45am.

I looking for a log to explain that but no explicit log on syslog.

An idea ?

Thanks !
 
Start by checking for any cron jobs that are executing at around that time to close you off.
 
Hi

I list all task with 'for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done' and there is only the psa task, and nothing on 6:45 :
0 1 * * 1 /opt/psa/libexec/modules/watchdog/cp/secur-check
0 1 * * 1 /opt/psa/libexec/modules/watchdog/cp/send-report weekly
10 1 * * * /opt/psa/libexec/modules/watchdog/cp/clean-sysstats
15 1 * * * /opt/psa/libexec/modules/watchdog/cp/pack-sysstats day
15 1 * * 1 /opt/psa/libexec/modules/watchdog/cp/pack-sysstats week
15 1 1 * * /opt/psa/libexec/modules/watchdog/cp/pack-sysstats month
15 1 1 * * /opt/psa/libexec/modules/watchdog/cp/pack-sysstats year
20 1 * * * /opt/psa/libexec/modules/watchdog/cp/clean-events
0 3 * * 7 /opt/psa/libexec/modules/watchdog/cp/clean-reports
 
Back
Top