diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-07-13 20:12:10 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-07-13 20:12:10 -0300 |
commit | 4c16852f285db60ff0006326e8bed11a2384d74f (patch) | |
tree | 69d74394e8ea13b433b90e0459b869833f5b37b6 /manifests | |
parent | 86a6c028e16a09cdbc2458c117b405898c885688 (diff) |
Do not define check_ssmtp on debian
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/command/smtp.pp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/command/smtp.pp b/manifests/command/smtp.pp index e4df505..f320f1c 100644 --- a/manifests/command/smtp.pp +++ b/manifests/command/smtp.pp @@ -6,8 +6,6 @@ class nagios::command::smtp { command_line => '$USER1$/check_smtp -H $ARG1$ -p $ARG2$ -S'; 'check_smtp_cert': command_line => '$USER1$/check_smtp -H $ARG1$ -p $ARG2$ -S -D $ARG3$'; - 'check_ssmtp': - command_line => '$USER1$/check_ssmtp -H $ARG1$ -p $ARG2$ -S'; 'check_ssmtp_cert': command_line => '$USER1$/check_ssmtp -H $ARG1$ -p $ARG2$ -S -D $ARG3$'; } |