Hi
In my configuration, I have an hostgroup and a service associate to this group :
# check that ping-only hosts are up
define service{
hostgroup_name ping-servers
service_description PING
check_command check_ping!100.0,20%!200.0,60%
use generic-service
}
this is not load when I'm importing the configuration
is that support by oreon or I must re define the ping service for each host ?
Yoann
In my configuration, I have an hostgroup and a service associate to this group :
# check that ping-only hosts are up
define service{
hostgroup_name ping-servers
service_description PING
check_command check_ping!100.0,20%!200.0,60%
use generic-service
}
this is not load when I'm importing the configuration
is that support by oreon or I must re define the ping service for each host ?
Yoann
Comment