• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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