host in 2 groups with clashing service checks - overwrite ?
Re: host in 2 groups with clashing service checks - overwrit
btw. just to mention..it appears both the service name _and_ service description need to match for nagios to consider this the same service.
-
jdalrymple
- Skynet Drone
- Posts: 2620
- Joined: Wed Feb 11, 2015 1:56 pm
Re: host in 2 groups with clashing service checks - overwrit
Hmmm...
That's not the behavior I get:
That's not the behavior I get:
Code: Select all
define service {
host_name localhost
service_description PING
use local-service
display_name This is one service
check_command check_ping!100.0,20%!500.0,60%!!!!!!
register 1
}
define service {
host_name localhost
service_description PING
use local-service
display_name And this is another
check_command check_dummy!2!!!!!!!
register 1
}
You do not have the required permissions to view the files attached to this post.