[Nagios-devel] Problems with service groups.
Posted: Thu Jun 03, 2004 2:23 am
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]
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]