Service Groups - Simple definition?
Posted: Mon May 14, 2012 7:55 pm
It seems that I would use service groups to see a given service on all the remote hosts where it is running.
This works...
But that is extremely tedious.
I was thinking I could do something like this...
and it would create a group that includes all me dev hosts.
I have the regex flag set, and I've created lots of hostgroups.
I guess I'm not even sure if this is how to accomplish the idea of seeing, for example, the Disk stats of all my remote hosts.
Any tips would be very much appreciated.
Thanks,
Chris.
This works...
Code: Select all
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
}
I was thinking I could do something like this...
Code: Select all
define servicegroup {
servicegroup_name mysnmp
alias My SNMP Service Group
members *.dev*,My Basic SNMP
}
I have the regex flag set, and I've created lots of hostgroups.
I guess I'm not even sure if this is how to accomplish the idea of seeing, for example, the Disk stats of all my remote hosts.
Any tips would be very much appreciated.
Thanks,
Chris.