diff options
author | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2013-07-31 15:43:24 -0400 |
---|---|---|
committer | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2013-07-31 15:43:24 -0400 |
commit | 3c04ed34ed2420733ace82d962d4bd0c90815f2b (patch) | |
tree | f43a6cde5af7c3f3654724e09f5f1640ccae76dd /manifests | |
parent | 15027bf507360531d04e08b085baaef8f52babca (diff) |
Correct erroneous previous commit
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/defaults/commands.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/defaults/commands.pp b/manifests/defaults/commands.pp index 4af237e..cc8aa53 100644 --- a/manifests/defaults/commands.pp +++ b/manifests/defaults/commands.pp @@ -14,11 +14,11 @@ 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: - command_line => '$USER1$/check_http -H $ARG1$ -p $ARG2$ -u $ARG3$ -e $ARG4$'; + command_line => '$USER1$/check_http --ssl -H $ARG1$ -u $ARG2$ -e $ARG3$'; check_mysql_db: command_line => '$USER1$/check_mysql -H $ARG1$ -P $ARG2$ -u $ARG3$ -p $ARG4$ -d $ARG5$'; check_ntp_time: |