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.
Scheduled downtime details
Re: Scheduled downtime details
Hi hbouma,
There are couple things you could try:
#1) You can try Nagios GUI > Incident Management > Acknowledgements (Acknowledgements and Comments) #2: Open the command prompt of the XI server and run the below command:
Regards,
Vinh
There are couple things you could try:
#1) You can try Nagios GUI > Incident Management > Acknowledgements (Acknowledgements and Comments) #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
Vinh
You do not have the required permissions to view the files attached to this post.