Scheduled downtime details

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
hbouma
Posts: 483
Joined: Tue Feb 27, 2018 9:31 am

Scheduled downtime details

Post by hbouma »

I have been asked to see who created a scheduled downtime and what comments were entered for a period in the past. Is there a why to pull up that information? I already tried the event history report, but that doesn't seem to include the logs user or the comments.

Running Nagios XI 5.6.10 on RHEL 7 64bit VMs.
User avatar
vtrac
Posts: 903
Joined: Tue Oct 27, 2020 1:35 pm

Re: Scheduled downtime details

Post by vtrac »

Hi hbouma,
There are couple things you could try:
#1) You can try Nagios GUI > Incident Management > Acknowledgements (Acknowledgements and Comments)
M2.png
#2: Open the command prompt of the XI server and run the below command:

Code: Select all

echo "select * from nagios_downtimehistory;" | mysql -uroot -pnagiosxi nagios --table
Regards,
Vinh
You do not have the required permissions to view the files attached to this post.
Locked