Hi
is there an easy way to do mass remove acknowledgement instead of doing one by one. I manage to remove all the coments, but I know I need to remove all the ack
Remove ack
Re: Remove ack
There is no way to remove acks in bulk in the GUI, at least not yet. You could try removing them from the command line by running:
Let us know if this helped.
Code: Select all
service nagios stop
sed -i 's/problem_has_been_acknowledged=.*/problem_has_been_acknowledged=0/g' /usr/local/nagios/var/retention.dat
service nagios startBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Remove ack
I am glad I could help! 
Be sure to check out our Knowledgebase for helpful articles and solutions!