Re: [Nagios-devel] Antwort: [PATCH] - 3.0.3: only send out a

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
Guest

Re: [Nagios-devel] Antwort: [PATCH] - 3.0.3: only send out a

Post by Guest »

If you put

define serviceescalation {
hostgroup_name nagios_hosts
contact_groups admins
first_notification 1 ; notify right away (1st notification)
last_notification 0 ; notify until service changes state
notification_interval 240 ; default to 4 hour re-notify
escalation_period 24x7
service_description .*
escalation_options u,w
register 0
}

then you only get escalations on UNKNOWN or WARNING, no recovery
escalations would be sent when the service recovers.

- Max





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked