Author: glen
Date: Tue Sep 15 11:05:27 2009
New Revision: 10604
Added:
nagios-config/trunk/commands/check_dummy.cfg
Log:
- add dummy check
Added: nagios-config/trunk/commands/check_dummy.cfg
==============================================================================
--- (empty file)
+++ nagios-config/trunk/commands/check_dummy.cfg Tue Sep 15 11:05:27 2009
@@ -0,0 +1,13 @@
+# 'check_dummy' command definition
+define command {
+ command_name check_dummy
+ command_line $USER1$/check_dummy -H $HOSTADDRESS$ $ARG1$
+}
+
+define service {
+ use generic-service
+ name dummy
+ service_description dummy
+
+ check_command check_dummy!0 "OK"
+}
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit