Send notification right away
Posted: Thu Mar 01, 2018 9:59 am
I have some checks that Nagios XI is using the check_nrpe to call a PowerShell script that the NSClient++ runs. It is checking errors within a database table. I am using the following for my intervals
Check interval = 5
Retry interval = 1
Max check attempts = 5
If I want the service to send out the notification as soon as it is received would changing my intervals to all have 1min provide me with that result?
The issue is when the alert happens and it is in SOFT state by the time the notification should be sent out Nagios sees it as OK and never alerts. So I just need to have it send out a notification and not retry. I wasn't sure if a zero is a valid number as I was going to try this.
Check interval = 5
Retry interval = 0
Max check attempts = 0
Just looking for advice on having notifications sent out immediately when a service goes critical.
Check interval = 5
Retry interval = 1
Max check attempts = 5
If I want the service to send out the notification as soon as it is received would changing my intervals to all have 1min provide me with that result?
The issue is when the alert happens and it is in SOFT state by the time the notification should be sent out Nagios sees it as OK and never alerts. So I just need to have it send out a notification and not retry. I wasn't sure if a zero is a valid number as I was going to try this.
Check interval = 5
Retry interval = 0
Max check attempts = 0
Just looking for advice on having notifications sent out immediately when a service goes critical.