]> git.pld-linux.org Git - projects/nagios-config.git/commitdiff
- add dummy check
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 15 Sep 2009 09:05:27 +0000 (09:05 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 15 Sep 2009 09:05:27 +0000 (09:05 +0000)
svn-id: @10604

commands/check_dummy.cfg [new file with mode: 0644]

diff --git a/commands/check_dummy.cfg b/commands/check_dummy.cfg
new file mode 100644 (file)
index 0000000..7020ea8
--- /dev/null
@@ -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"
+}
This page took 0.082714 seconds and 4 git commands to generate.