recently we scheduled a number of recurring downtime schedules using service groups for DBA maintenance. We noticed that for every service that has a recurring downtime schedule a comment is created at 1 minute past the hour.
My best bet is that these are created by the following cron entry of the nagiosxi user:
01 * * * * nagios /usr/local/nagiosxi/cron/recurringdowntime.pl > /usr/local/nagiosxi/var/recurringdowntime.log 2>&1
Is there a way to stop this behavior? It doesn't really make sense to have the same comment being entered every hour, it just clutters up the screen
I attached a screenshot to show what I mean.
Running on RHEL 5.7
nagiosxi 2011R2.4
Greetings,
Hans Blom