[Nagios-devel] Problems with service groups.

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] Problems with service groups.

Post by Guest »

I have found an problem with defining service groups.
If I define the following:

define servicegroup{
servicegroup_name Test
alias Test servers
members test01,Load,test02,Load,test03,Load
}

Than in my Servicegroup Overview,Summary,Grid I can only see host test01 and
service Load.

But If I define :
define service{
host_name test01,test02,test03
service_description Load
servicegroups Test
check_command check_ssh1_load!13,13,13!14,14,14
}

Than I can see all the 3 hosts in the servicegroups.

Mike Hulsman





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