Page 1 of 1

Scheduled Reports

Posted: Thu Oct 05, 2017 3:14 pm
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

Re: Scheduled Reports

Posted: Thu Oct 05, 2017 5:00 pm
by dwhitfield
The ones without.