summaryrefslogtreecommitdiff
path: root/manifests/defaults
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-10-23 00:53:18 +0200
committermh <mh@immerda.ch>2010-10-23 00:53:18 +0200
commit9dfbd0d0e01f4d64b693779658bbd9c1faad7d08 (patch)
tree49e50a4714a6c32ad478055f23cf4a954ecad61c /manifests/defaults
parente0c7a26923547adeee09429c1b419f18f4577dac (diff)
add some more http(s) tests
Diffstat (limited to 'manifests/defaults')
-rw-r--r--manifests/defaults/commands.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/defaults/commands.pp b/manifests/defaults/commands.pp
index e061e79..655da48 100644
--- a/manifests/defaults/commands.pp
+++ b/manifests/defaults/commands.pp
@@ -17,6 +17,14 @@ class nagios::defaults::commands {
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$';
+ check_http_port_url_content:
+ command_line => '$USER1$/check_http -H $ARG1$ -p $ARG2$ -u $ARG3$ -s $ARG4$';
+ check_https_port_url_content:
+ command_line => '$USER1$/check_http --ssl -H $ARG1$ -p $ARG2$ -u $ARG3$ -s $ARG4$';
+ check_http_url_content:
+ command_line => '$USER1$/check_http -H $ARG1$ -u $ARG2$ -s $ARG3$';
+ check_https_url_content:
+ command_line => '$USER1$/check_http --ssl -H $ARG1$ -u $ARG2$ -s $ARG3$';
check_mysql_db:
command_line => '$USER1$/check_mysql -H $ARG1$ -P $ARG2$ -u $ARG3$ -p $ARG4$ -d $ARG5$';
check_ntp_time: