• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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