Scheduled Reports not running

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
op-team
Posts: 50
Joined: Fri Jun 02, 2017 6:19 am

Scheduled Reports not running

Post by op-team »

Hello,

We are running Nagios XI 2026R1.1.1 on a RedHat 9.7

I found that no new cron job is created in /var/spool/cron/apache following the definition of a scheduled reports from the web interface

I can see the new definition in the schedulingreporting.log:
[root@nagios: ~]# tail -f /usr/local/nagiosxi/var/scheduledreporting.log
...
OUTPUT: [Tue, 24 Mar 2026 10:16:27 +0100] UPDATE CRON: 20 10 * * * /usr/bin/php /usr/local/nagiosxi/html/includes/components/scheduledreporting/sendreport.php --report='UnRZPJmaSVGW' --username='itop' > /dev/null 2>&1

[Tue, 24 Mar 2026 10:16:27 +0100] CMD: crontab -l | grep -v '/usr/bin/php /usr/local/nagiosxi/html/includes/components/scheduledreporting/sendreport.php --report='\''UnRZPJmaSVGW'\'' --username='\''itop'\''' | cat - '/usr/local/nagiosxi/tmp/scheduledreport.UnRZPJmaSVGW' | crontab - ; rm -f '/usr/local/nagiosxi/tmp/scheduledreport.UnRZPJmaSVGW'
RET: 0
But no cron job in apache crontab

Could you help to fix this?
Thanks
cdietsch
Posts: 63
Joined: Wed Aug 06, 2025 9:12 am

Re: Scheduled Reports not running

Post by cdietsch »

Hi @op-team

Please took a look at the following troubleshooting guide for the XI Scheduled Reports Not Running:

https://library.nagios.com/docs/nagios- ... ot-Running

Hopefully this helps you get up and running again!
Cheers,
- Cole
Post Reply