| Home »
Categories
» Products » Nagios XI » Troubleshooting » Common Problems |
Nagios XI - Scheduled Reports Not Running |
|
Article Number: 742 | Rating: Unrated | Last Updated by tlea on Thu, Aug 10, 2017 at 10:04 PM
|
Problem Description
This KB article helps fix scheduled reports that are not running, you are not receiving the email that should be sent out.
Troubleshooting
The first step is to check the contents of the apache crontab file with the following command:
cat /var/spool/cron/apache
Once you've done this, go and schedule a report as a test.
After that, execute the command above to view the crontab file again.
If there is no change in the output, execute the following command:
grep crontab /var/log/httpd/*
If you see this error message:
You (apache) are not allowed to use this program (crontab)
The cron.allow file needs updating to resolve this issue.
Execute the following command to add the apache user to the /etc/cron.allow file:
echo apache >> /etc/cron.allow
Once you have made this change, go schedule the report again and the /var/spool/cron/apache should now be updated.
Final Thoughts
For any support related questions please visit the Nagios Support Forums at:
http://support.nagios.com/forum/
Special Offer For Knowledgebase Visitors! Get a huge discount on Nagios Log Server by clicking below.
Did you know? Nagios provides complete monitoring of: Windows, Linux, UNIX, Servers, Websites, SNMP, DHCP, DNS, Email, Storage, Files, Apache, IIS, EC2, and more!
|
Posted by: tlea on Thu, Aug 10, 2017 at 10:01 PM. This article has been viewed 6882 times. Filed Under: Common Problems |
|
Have a question? Try our Forums! | Give Feedback |
0 (0)
Article Rating (No Votes)
Rate this article
|
| |
|
Attachments
There are no attachments for this article.
| Related Articles 
Nagios XI - Crashed Database Tables
Viewed 67523 times since Tue, Jan 27, 2015
Disabling Outdated Versions of SSL/TLS
Viewed 9972 times since Thu, Aug 6, 2020
Nagios XI - SNMP MIB Upload Problems
Viewed 11104 times since Mon, Apr 10, 2017
NDOUtils - Message Queue Exceeded
Viewed 18102 times since Thu, Jan 21, 2016
Slack Notifications Stopped Working
Viewed 5845 times since Wed, Mar 18, 2020
|
|