host in 2 groups with clashing service checks - overwrite ?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
stucky
Posts: 31
Joined: Mon Apr 20, 2015 11:30 am

Re: host in 2 groups with clashing service checks - overwrit

Post by stucky »

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

Post by jdalrymple »

Hmmm...

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.
Locked