From 7cff057111729c6b31098053629b51020e6688b6 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sat, 20 Feb 2010 22:11:12 -0500 Subject: remove check_ssh_port duplicate command definition --- manifests/defaults/commands.pp | 2 -- 1 file changed, 2 deletions(-) (limited to 'manifests/defaults/commands.pp') 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: -- cgit v1.2.3