THIS KNOWLEDGE BASE HAS BEEN ARCHIVED AND IS NO LONGER BEING UPDATED
Please visit library.nagios.com/docs for the latest and most up-to-date documentation.
Home » Categories » Products » Nagios XI » Troubleshooting » Common Problems

Nagios XI - Display All Scheduled Reports

Overview

The reporting functionality in Nagios XI is implemented "per user", each individual user can create their own scheduled reports.

Currently there is no centralized view of all scheduled reports by all users in Nagios XI. However there are some back-end commands that can be executed to provide some useful information.

 

 

View Apache crontab

The scheduled reports are executed by the apache user and this is scheduled through the crontab for the apache user.

Open an SSH session to the Nagios XI server and execute the following command:

crontab -u apache -l

 

The output will be similar to:

#crontab for apache user
0 9 1 * * /usr/bin/php /usr/local/nagiosxi/html/includes/components/scheduledreporting/sendreport.php --report=og54pu --username="nagiosadmin" > /dev/null 2>&1
0 9 1 * * /usr/bin/php /usr/local/nagiosxi/html/includes/components/scheduledreporting/sendreport.php --report=ble436 --username="nagiosadmin" > /dev/null 2>&1
0 17 * * * /usr/bin/php /usr/local/nagiosxi/html/includes/components/scheduledreporting/sendreport.php --report=o7s9pc --username="johndoe" > /dev/null 2>&1

 

The helpful information here is that it can help identify which users have scheduled reports.

You can then investigate what reports the users have setup:

Login to Nagios XI as nagiosadmin and navigate to Admin > Users > Manage Users.

Click the Masquerade As icon (eyeball) to login as that user.

Click Continue to login as that user.

Now that you are logged in as that user you can navigate to Reports > Scheduled Reports to identify what specific reports the user has scheduled.

 

 

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.

Get 60% Off Nagios Log Server!

Did you know? Nagios provides complete monitoring of: Windows, Linux, UNIX, Servers, Websites, SNMP, DHCP, DNS, Email, Storage, Files, Apache, IIS, EC2, and more!

1 (2)
Article Rating (2 Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Related Articles RSS Feed
Nagios XI - Reset Upgrade Status In Web Interface
Viewed 13771 times since Tue, May 7, 2019
Nagios XI - CentOS 6 Installation Problems XI 2011R1.7 2011R1.8
Viewed 6307 times since Tue, Feb 2, 2016
Nagios XI - Uploaded plugin returns "/bin/bash^M: bad interpreter: No such file or directory"
Viewed 9971 times since Thu, Feb 25, 2016
Nagios XI - Missing localhost Alerts
Viewed 7979 times since Sun, Nov 5, 2017
Nagios XI - HTTP 500 Error / PHP Parse error - Unexpected $end
Viewed 9652 times since Mon, Jan 25, 2016
VMWare checks timing out or slow
Viewed 5269 times since Fri, Feb 11, 2022
Nagios XI - Disabling Database UTF8 Connectivity
Viewed 6637 times since Thu, Mar 8, 2018
Nagios XI - Debugging Bandwidth Performance Graphs
Viewed 18974 times since Tue, Jan 27, 2015
Nagios XI - Scheduled Downtime Not Working
Viewed 9372 times since Mon, Oct 10, 2016
Nagios XI - MSSQL Query Wizard - Invalid characters in the username
Viewed 6955 times since Thu, Aug 3, 2017