Page 1 of 1
Remove ack
Posted: Mon Jun 17, 2019 12:41 pm
by bosecorp
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
Re: Remove ack
Posted: Mon Jun 17, 2019 2:07 pm
by lmiltchev
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:
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 start
Let us know if this helped.
Re: Remove ack
Posted: Thu Jun 20, 2019 7:52 am
by bosecorp
worked. thanks a lot
Re: Remove ack
Posted: Thu Jun 20, 2019 9:58 am
by lmiltchev
I am glad I could help!
