Re: [Nagios-devel] Antwort: [PATCH] - 3.0.3: only send out a
Posted: Mon Jul 20, 2009 10:20 am
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]
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]