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