Sticky Acknowledgements
Sticky Acknowledgements
How can I find what services or host have been acknowledge with a sticky acknowledgement set?
Re: Sticky Acknowledgements
I thought this was an easy question when I first read it. I was surprised to find there is not a way to determine this in XI. When I set an acknowledgement to be sticky, I'm unable to find any record of having selected this option. Home > Incident Mgmnt > Acknowledgements only shows it has been acknowledged, but not how it's been acknowledged - looking for it to say whether it's sticky or not.
I'll be filing a feature request for this shortly...
I'll be filing a feature request for this shortly...
Be sure to check out the Knowledgebase for helpful articles and solutions!
Re: Sticky Acknowledgements
FR filed: TASK ID 9258
Be sure to check out the Knowledgebase for helpful articles and solutions!
Re: Sticky Acknowledgements
Is there a log file that can be monitory for "sticky" or something similar in the short term?
Re: Sticky Acknowledgements
I'd have to do some digging on that one. I think there is a solution, but it might involve looking for an integer instead of the word "sticky". Let me check on this and get back to you tomorrow.
Former Nagios employee
Re: Sticky Acknowledgements
/usr/local/nagios/var/status.dat will have acknowledgement_type=2 for a given host/service that is acknowledged and stickied. It will be set to 1 for non-sticky. This is indirectly documented here:
http://old.nagios.org/developerinfo/ext ... mand_id=40
if you're curious about that sort of thing.
So basically for the moment it is stored in the status.dat file but we don't have an existing way to get that into the web interface that I know of.
http://old.nagios.org/developerinfo/ext ... mand_id=40
if you're curious about that sort of thing.
So basically for the moment it is stored in the status.dat file but we don't have an existing way to get that into the web interface that I know of.
Former Nagios employee