SVN: nagios-config/trunk/commands/check_ftp.cfg

glen glen at pld-linux.org
Wed Sep 9 11:58:45 CEST 2009


Author: glen
Date: Wed Sep  9 11:58:45 2009
New Revision: 10548

Modified:
   nagios-config/trunk/commands/check_ftp.cfg
Log:
- add service template

Modified: nagios-config/trunk/commands/check_ftp.cfg
==============================================================================
--- nagios-config/trunk/commands/check_ftp.cfg	(original)
+++ nagios-config/trunk/commands/check_ftp.cfg	Wed Sep  9 11:58:45 2009
@@ -3,3 +3,11 @@
 	command_name    check_ftp
 	command_line    $USER1$/check_ftp -H $HOSTADDRESS$ $ARG1$
 }
+
+define service {
+	use                     generic-service
+	name                    ftp
+	service_description     ftp
+
+	check_command           check_ftp
+}


More information about the pld-cvs-commit mailing list