Re: host in 2 groups with clashing service checks - overwrit
Posted: Mon Apr 20, 2015 5:24 pm
btw. just to mention..it appears both the service name _and_ service description need to match for nagios to consider this the same service.
Support for Nagios products and services
https://support.nagios.com/forum/
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
}