Scheduled Reports

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
matson-itops
Posts: 133
Joined: Wed Nov 18, 2015 11:19 pm

Scheduled Reports

Post by matson-itops »

I have 6 scheduled reports as nagiosadmin.
(attached screen shot of report schedule)

However, when I look into the crontab
I see duplicate entries, one with username in "quotes" and one without.
would like to remove one.....which one should I remove?

0 9 * * * php /usr/local/nagiosxi/html/includes/components/scheduledreporting/sendreport.php --report=9uf5ap -
-username=nagiosadmin > /dev/null 2>&1

0 9 * * * php /usr/local/nagiosxi/html/includes/components/scheduledreporting/sendreport.php --report=9uf5ap -
-username="nagiosadmin" > /dev/null 2>&1
You do not have the required permissions to view the files attached to this post.
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Scheduled Reports

Post by dwhitfield »

The ones without.
Locked