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
+}
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to