Page 1 of 1

Scheduled downtime details

Posted: Fri Jan 22, 2021 4:20 pm
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.

Re: Scheduled downtime details

Posted: Mon Jan 25, 2021 11:57 am
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