why is nagios pinging servers?

Gerald Wichmann gwichman at zantaz.com
Mon Jan 6 18:42:51 CET 2003


nagios    1781  0.0  0.1  1508  448 ?        S    17:35   0:00 /bin/ping -n
-U -c 1 10.1.82.35
 
 
I'm getting hosts showing as down still even after redeploying on RH73.. I
think there's something wrong in my config as my server should only be
accepting passive results, not trying to ping IP's that it can't even talk
to in the first place (all hosts are behind firewalls and monitored via
distributed servers). What variable controls these active ping checks? My
services.cfg ping doesn't seem to be the culpret because even if I comment
out the entire PING service, nagios still does it..
 
# Service definition
define service{
        use                             generic-service         ; Name of
service template to use
 
        host_name                       *
        service_description             PING
        is_volatile                     0
        check_period                    24x7
       active_checks_enabled            0
        passive_checks_enabled          1
        check_freshness                 1
        freshness_threshold             600
        max_check_attempts              3
        normal_check_interval           10
        retry_check_interval            5
        contact_groups                  linux-admins
        notification_interval           120
        notification_period             24x7
        notification_options            c,r
        check_command                   check_ping!100.0,20%!500.0,60%
        }
 
 
 
Gerald Wichmann
Senior Systems Development Engineer
Zantaz, Inc.
925.598.3099 (w)
 


This e-mail has been captured and archived by the ZANTAZ Digital Safe(tm)
service.  For more information, visit us at www.zantaz.com. 
IMPORTANT: This electronic mail message is intended only for the use of the
individual or entity to which it is addressed and may contain information
that is privileged, confidential or exempt from disclosure under applicable
law.  If the reader of this message is not the intended recipient, or the
employee or agent responsible for delivering this message to the intended
recipient, you are hereby notified that any dissemination, distribution or
copying of this communication is strictly prohibited.  If you have received
this communication in error, please notify the sender immediately by
telephone or directly reply to the original message(s) sent.  Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20030106/065e8651/attachment.html>


More information about the Users mailing list