summaryrefslogtreecommitdiff
path: root/manifests/defaults/commands.pp
diff options
context:
space:
mode:
authorErik Froese <erik.froese@gmail.com>2012-04-25 09:57:39 -0400
committerErik Froese <erik.froese@gmail.com>2012-05-01 11:11:56 -0400
commitb0a5c09d81d0eb5151c32c6d8d14753c8529ede5 (patch)
treeeaea54ebb3e256abdfe90750a44386037ac17f74 /manifests/defaults/commands.pp
parent9d1e4d707694489b91a4c5b5be7af44cf9b9493d (diff)
Add the port arg to check_http_url_regex. Default 80.
Diffstat (limited to 'manifests/defaults/commands.pp')
-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 3b0da37..195c8e3 100644
--- a/manifests/defaults/commands.pp
+++ b/manifests/defaults/commands.pp
@@ -64,7 +64,7 @@ class nagios::defaults::commands {
check_http_url:
command_line => '$USER1$/check_http -H $ARG1$ -u $ARG2$';
check_http_url_regex:
- command_line => '$USER1$/check_http -H $ARG1$ -u $ARG2$ -e $ARG3$';
+ command_line => '$USER1$/check_http -H $ARG1$ -p $ARG2$ -u $ARG3$ -e $ARG4$';
check_https_url:
command_line => '$USER1$/check_http --ssl -H $ARG1$ -u $ARG2$';
check_https_url_regex: