[Nagios-devel] Possible feature request - Servicegroup escalation

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

[Nagios-devel] Possible feature request - Servicegroup escalation

Post by Guest »

Hi list,

I would like to know if it is possible to create a servicegroup
escalation in the same way it is possible to do with hostgroups:

define serviceescalation {
servicegroup_name managed-services
first_notification 1
last_notification 1
contact_groups level1
notification_interval 10
}

define serviceescalation {
servicegroup_name managed-services
first_notification 2
last_notification 0
contact_groups level1,level2
notification_interval 10
}

This would be a great feature since it would answers my needs regarding
service escalations.

--
Mathieu





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