summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-11-16 16:19:27 +0000
committermh <mh@immerda.ch>2008-11-16 16:19:27 +0000
commitf5793282dd4606e0ab28edc7d8fd5ace9b384274 (patch)
treeee762c863652f2a14ba44bf0fcb3f0629d6f39d3 /manifests/init.pp
parent65a9f5a69b28285a27d5456166b59c379ce3024f (diff)
added check_silc cmd
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index bc39b1f..1df5008 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -119,6 +119,8 @@ class nagios::base {
command_line => '$USER1$/check_http --ssl -H $ARG1$ -u $ARG2$ -e $ARG3$';
check_https:
command_line => '$USER1$/check_http -S -H $HOSTADDRESS$';
+ check_silc:
+ command_line => '$USER1$/check_tcp -p 706 -H $ARG1$';
}
Nagios_command <<||>>