Search found 3 matches
- Mon Jun 04, 2012 5:40 pm
- Forum: Open Source Nagios Projects
- Topic: Notifications by hostgroup_name
- Replies: 1
- Views: 905
Notifications by hostgroup_name
Nagios core 3. We are looking at various ways to narrow down the notifications we're receiving. How do we add service notifications to services associated with a given host group without duplicating every service for that host group? We don't want to send notifications for every host group; for now,...
- Wed May 16, 2012 2:06 pm
- Forum: Open Source Nagios Projects
- Topic: Service Groups - Simple definition?
- Replies: 5
- Views: 2926
Re: Service Groups - Simple definition?
Sorry for the ambiguous post. I can't seem to find a way to set up the second approach that uses a simple regex approach to defining service groups. When I test it, it always chokes. Right now I've got about 45 computers that I'm tracking. It seems it would be bordering on the ridiculous to define t...
- Mon May 14, 2012 7:55 pm
- Forum: Open Source Nagios Projects
- Topic: Service Groups - Simple definition?
- Replies: 5
- Views: 2926
Service Groups - Simple definition?
It seems that I would use service groups to see a given service on all the remote hosts where it is running. This works... define servicegroup { servicegroup_name mysnmp alias My SNMP Service Group members com.xyz.dev.aaa,My Basic SNMP,com.xyz.dev2.aaa,My Basic SNMP } But that is extremely tedious. ...