Extracting the Alerts acknowledged data

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
aditya.c.anand
Posts: 56
Joined: Mon Mar 20, 2017 7:16 am

Extracting the Alerts acknowledged data

Post by aditya.c.anand »

Hello Team,

Can we extract the number of alerts acknowledged(with alert details) by the engineers on our NagiosXI tool for past an year.
If there is any way to get this data from the logs then please suggest for the same.

Regards,
Aditya Anand
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Extracting the Alerts acknowledged data

Post by benjaminsmith »

Hello @aditya.c.anand,

Acknowledgements are stored in the nagios database in the nagios_acknowledgements table. So for example, you can run the following command to see the acknowledgement history:

Code: Select all

echo "SELECT * FROM nagios_acknowledgements" | mysql -uroot -pnagiosxi nagios
You can also generate a report of Acknowledgements and Comments by going to Home > Incident Management > Acknowledgements.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked