I am trying to make it easier to manage my Nagios environment as it grows. using templates, hostgroups, servicegroups makes management a lot more easy to manage the environment.
I am trying to create a service escalation and instead of picking each service, I would like to select service group. that same existing for hostgroups escalations, where you can select hostgroups, but that doesn't exist in service escalation. my question is why and is there any other way to do it without having to select each service
Question - Service Escalation doesn't have service group
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Question - Service Escalation doesn't have service group
I don't think there is in CCM right now.
Looking at this documentation:
https://assets.nagios.com/downloads/nag ... ricks.html
I'll get the USA techs to chime in on this as well.
Looking at this documentation:
https://assets.nagios.com/downloads/nag ... ricks.html
Perhaps as a work around you create these service escalations as static configs in the /usr/local/nagios/etc/static/ directory.All Services In Multiple Servicegroups:
If you want to create service escalations for all services that belong in one or more servicegroups, you can do use the servicegroup_name directive. The definition below would create service escalations for all services that are members of servicegroups SERVICEGROUP1 through SERVICEGROUPN. All the instances of the service escalation would be identical (i.e. have the same contact groups, notification interval, etc.).
define serviceescalation{
servicegroup_name SERVICEGROUP1,SERVICEGROUP2,...,SERVICEGROUPN
other escalation directives ...
}
I'll get the USA techs to chime in on this as well.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Question - Service Escalation doesn't have service group
Yea, I think the devs would need to add this in. I can file a feature request for this if you would like.
Former Nagios employee
Re: Question - Service Escalation doesn't have service group
static config will move me away from the way I am doing templates, host escalations and stuff.
please add this as enhancement request
you can close this ticket
please add this as enhancement request
you can close this ticket
Re: Question - Service Escalation doesn't have service group
I filed an internal feature request (TASK ID 7923) for adding this functionality. Thank you!
Be sure to check out our Knowledgebase for helpful articles and solutions!