Page 1 of 1

Is there any way to find warning alerts that converted to

Posted: Fri Dec 10, 2021 1:51 am
by ashok.verma
Is there any way to find warning alerts that converted to critical alerts

Re: Is there any way to find warning alerts that converted

Posted: Thu Dec 16, 2021 3:56 pm
by benjaminsmith
Hi

There isn't a specific report on this, but all that information is available in the nagios.log.

Code: Select all

/usr/local/nagios/var/archives
If you like diving into some code, you can make a simple script to check for that behavior.

--Benjamin