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
Extracting the Alerts acknowledged data
-
aditya.c.anand
- Posts: 56
- Joined: Mon Mar 20, 2017 7:16 am
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Extracting the Alerts acknowledged data
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:
You can also generate a report of Acknowledgements and Comments by going to Home > Incident Management > Acknowledgements.
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 nagiosAs 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!
Be sure to check out our Knowledgebase for helpful articles and solutions!