double report
Posted: Fri Jan 25, 2019 9:05 am
Hi all,
we started receiving double schedule report.
In the web page we have only one entry for every report, but in the crontab of the apache I fount lot of row duplicated.
If I (temporary) disable the report only one row are deleted in the crontab, the one with double quotes (") in the username
Ho I can delete the double report?
we started receiving double schedule report.
In the web page we have only one entry for every report, but in the crontab of the apache I fount lot of row duplicated.
Code: Select all
# crontab -l -u apache | grep btl46c
0 9 * * * /usr/bin/php /usr/local/nagiosxi/html/includes/components/scheduledreporting/sendreport.php --report=btl46c --username=ferria > /dev/null 2>&1
0 9 * * * /usr/bin/php /usr/local/nagiosxi/html/includes/components/scheduledreporting/sendreport.php --report=btl46c --username="ferria" > /dev/null 2>&1
Code: Select all
# crontab -l -u apache | grep btl46c
0 9 * * * /usr/bin/php /usr/local/nagiosxi/html/includes/components/scheduledreporting/sendreport.php --report=btl46c --username=ferria > /dev/null 2>&1