diff options
-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: |