Search found 5 matches

by danslarge
Mon Mar 09, 2015 1:48 pm
Forum: Open Source Nagios Projects
Topic: Service Escalation wildcards
Replies: 9
Views: 5636

Re: Service Escalation wildcards

My path is different, but it is zero:

Code: Select all

dan@nagios:~$ grep use_regexp_matching /etc/nagios3/nagios.cfg                    
use_regexp_matching=0
by danslarge
Thu Mar 05, 2015 7:55 pm
Forum: Open Source Nagios Projects
Topic: Service Escalation wildcards
Replies: 9
Views: 5636

Re: Service Escalation wildcards

Yes, but to be specific: I'm trying to break this down into individual hostgroups based on client/site name. That is, every host for a particular client/site is a member of a hostgroup e.g. "acme" so I can tailor escalations to the correct contact group on a client by client basis. I've do...
by danslarge
Fri Feb 27, 2015 12:26 pm
Forum: Open Source Nagios Projects
Topic: Service Escalation wildcards
Replies: 9
Views: 5636

Re: Service Escalation wildcards

ah, that's a good question. We have been using a mixture. For instance we have a "hostgroup" ssh.cfg that is defined as a service as well as a hostgroup such that any host that we want to monitor ssh on can just have the ssh hostgroup added to the host definition. We also use service defin...
by danslarge
Wed Feb 25, 2015 12:45 pm
Forum: Open Source Nagios Projects
Topic: Service Escalation wildcards
Replies: 9
Views: 5636

Re: Service Escalation wildcards

Thanks. I have set that up on a host basis, but not with a hostgroup encompassing several diverse hosts. We have a distributed nagios setup and I want to have hostgroups for all hosts in each distributed node and then use wildcards to configure service escalations for any service in any host within ...
by danslarge
Wed Feb 18, 2015 2:38 pm
Forum: Open Source Nagios Projects
Topic: Service Escalation wildcards
Replies: 9
Views: 5636

Service Escalation wildcards

Is it possible in Nagios Core 3.4.1 (or later) to have something like this: define serviceescalation{ hostgroup_name HOSTGROUP1, HOSTGROUP2, etc. service_description * other escalation directives ... } such that all service checks for any host in said hostgroup(s) is escalated. That is, it works for...