diff options
author | Micah Anderson <micah@riseup.net> | 2010-02-20 22:11:12 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2010-02-20 22:11:12 -0500 |
commit | 7cff057111729c6b31098053629b51020e6688b6 (patch) | |
tree | 6593ad853fe8f6c59fdc02ef6f9e4de57f8d76b3 | |
parent | e945db2c0b06993c3f88eff7a4a4f98eadd2c66b (diff) |
remove check_ssh_port duplicate command definition
-rw-r--r-- | manifests/defaults/commands.pp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/defaults/commands.pp b/manifests/defaults/commands.pp index d51de2c..05460f5 100644 --- a/manifests/defaults/commands.pp +++ b/manifests/defaults/commands.pp @@ -7,8 +7,6 @@ class nagios::defaults::commands { nagios_command { check_dummy: command_line => '$USER1$/check_dummy $ARG1$'; - check_ssh_port: - command_line => '$USER1$/check_ssh -p $ARG1$ $HOSTADDRESS$'; check_https_cert: command_line => '$USER1$/check_http --ssl -C 20 -H $HOSTADDRESS$ -I $HOSTADDRESS$'; check_http_url: |