summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2013-07-31 15:12:57 -0400
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2013-07-31 15:12:57 -0400
commit15027bf507360531d04e08b085baaef8f52babca (patch)
treeeada682faf97dceac809ec26079055d95af2ba19
parenta814cdad2b1ff47066df4c8b5d948f22210c0832 (diff)
Mirror modification to check_http_regex_url in commit b0a5c09 to debian/ubuntu commands.
-rw-r--r--manifests/defaults/commands.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/defaults/commands.pp b/manifests/defaults/commands.pp
index bb19638..4af237e 100644
--- a/manifests/defaults/commands.pp
+++ b/manifests/defaults/commands.pp
@@ -18,7 +18,7 @@ class nagios::defaults::commands {
check_https_url:
command_line => '$USER1$/check_http --ssl -H $ARG1$ -u $ARG2$';
check_https_url_regex:
- command_line => '$USER1$/check_http --ssl -H $ARG1$ -u $ARG2$ -e $ARG3$';
+ command_line => '$USER1$/check_http -H $ARG1$ -p $ARG2$ -u $ARG3$ -e $ARG4$';
check_mysql_db:
command_line => '$USER1$/check_mysql -H $ARG1$ -P $ARG2$ -u $ARG3$ -p $ARG4$ -d $ARG5$';
check_ntp_time: