SVN: nagios-config/trunk/commands.cfg

glen glen at pld-linux.org
Tue Aug 4 17:35:40 CEST 2009


Author: glen
Date: Tue Aug  4 17:35:39 2009
New Revision: 10449

Modified:
   nagios-config/trunk/commands.cfg
Log:
- remove check-host-alive

Modified: nagios-config/trunk/commands.cfg
==============================================================================
--- nagios-config/trunk/commands.cfg	(original)
+++ nagios-config/trunk/commands.cfg	Tue Aug  4 17:35:39 2009
@@ -37,27 +37,18 @@
 ################################################################################
 #
 # HOST CHECK COMMANDS
+# In PLD Linux we have command definition in "nagios-plugin-check_ping" package.
+# See /etc/nagios/plugins/check_ping.cfg.
 #
 ################################################################################
 
-# This command checks to see if a host is "alive" by pinging it
-# The check must result in a 100% packet loss or 5 second (5000ms) round trip 
-# average time to produce a critical error.
-# Note: Five ICMP echo packets are sent (determined by the '-p 5' argument)
-
-# 'check-host-alive' command definition
-define command {
-	command_name    check-host-alive
-	command_line    $USER1$/check_ping -H $HOSTADDRESS$ -w 3000.0,80% -c 5000.0,100% -p 5
-}
-
 ################################################################################
 #
 # PERFORMANCE DATA COMMANDS
 #
 # These are sample performance data commands that can be used to send performance
 # data output to two text files (one for hosts, another for services).  If you
-# plan on simply writing performance data out to a file, consider using the 
+# plan on simply writing performance data out to a file, consider using the
 # host_perfdata_file and service_perfdata_file options in the main config file.
 #
 ################################################################################


More information about the pld-cvs-commit mailing list