Passive-only checks show up as "disabled"

Sean Carolan scarolan at gmail.com
Fri Feb 13 22:45:42 CET 2009


I have a service that is defined as below.  This service only accepts
passive checks, not active ones.  It does not have an "active check"
at all, but I put check_ping for check_command so nagios would not
complain about it being missing.

Question is - how do I get this passive-only check not to show up in
RED as a Disabled service?

define service{
       name                            LDAP Errors
       host_name                       aus02app108
       service_description             LDAP Errors
       active_checks_enabled           0
       passive_checks_enabled          1
       notifications_enabled           1
       register                        1
       notification_options            w,u,c,r
       is_volatile                     1
       check_period                    24x7
       max_check_attempts              1
       check_interval                  5
       retry_check_interval            1
       contact_groups                  admins
       notification_interval           10
       notification_period             24x7
       check_command                   check_ping
}

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list