summaryrefslogtreecommitdiff
path: root/manifests/defaults/commands.pp
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2010-02-08 12:09:01 -0500
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2010-02-08 12:09:01 -0500
commit4257fa1d29f3251960cc40f9651bbedb40d3d531 (patch)
treece721ae86020153313e63ce56dea6196a46403f5 /manifests/defaults/commands.pp
parent218060f10ef3fd9278d276802cd149161900e6f5 (diff)
add passive service
Diffstat (limited to 'manifests/defaults/commands.pp')
-rw-r--r--manifests/defaults/commands.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/defaults/commands.pp b/manifests/defaults/commands.pp
index af4c770..c3190af 100644
--- a/manifests/defaults/commands.pp
+++ b/manifests/defaults/commands.pp
@@ -3,6 +3,8 @@ class nagios::defaults::commands {
# common service commands
nagios_command {
+ check_dummy:
+ command_line => '$USER1$/check_dummy $ARG1$';
check_ping:
command_line => '$USER1$/check_ping -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$';
check-host-alive: