Send notification only after a certain time

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Hervé
Posts: 1
Joined: Mon Jan 20, 2014 10:57 am

Send notification only after a certain time

Post by Hervé »

Hi everybody,


I have a server that periodically get 100% of ram usage for a few min (this is normal).

Its state changes from OK to Critical and I would like to receive a notification only if the Critical state last a certain amount of time?

I have looked at the documentation but I didn't have found an aswer already (max-check-attempts ? notification period or options ?)

Any help or hints or advice apreciated :-)


Thank you in advance,

Best,

Hervé
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Send notification only after a certain time

Post by slansing »

Hello Hervé,

You can use the "first_notification_delay" configuration definition to set the amount of time to wait (in minutes) before the first notification will be sent out.
Locked