Hi!
nagios core we deployed a Centos server. I'd like sending email alerts had a time delay, is it possible?
That is, for example, when we have a peak consumption of RAM, to wait for sending email 5 minutes to see if reduced
thanks!
send alerts with time delay
Re: send alerts with time delay
You could use the following example.
This example will normally check every 5 minutes.
If the check is in warning, or critical it will retry 3 times with an interval of 1 minute.
Code: Select all
max_check_attempts 3
check_interval 5
retry_interval 1
If the check is in warning, or critical it will retry 3 times with an interval of 1 minute.
Rob Hassing


Re: send alerts with time delay
thanks for quick reply!
In what file I have to change?
In what file I have to change?
Re: send alerts with time delay
Thanks @rhassing for the assist while we were sleeping!
@villex46 - let us know if you have any further questions.
@villex46 - let us know if you have any further questions.
Former Nagios Employee