diff options
author | mh <mh@immerda.ch> | 2010-12-12 19:15:51 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-12-12 19:15:51 +0100 |
commit | 1784190780c1054b65508b242963abd0e584d477 (patch) | |
tree | f02162d896467bd773b5f64f7b9db866d0937325 | |
parent | 1c4de48baf4ffcf5f39894a101a3c59479959b47 (diff) |
add check for managesieve
-rw-r--r-- | manifests/command/imap_pop3.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/command/imap_pop3.pp b/manifests/command/imap_pop3.pp index a857d74..c81e2d0 100644 --- a/manifests/command/imap_pop3.pp +++ b/manifests/command/imap_pop3.pp @@ -8,5 +8,7 @@ class nagios::command::imap_pop3 { command_line => '$USER1$/check_pop -H $ARG1$ -p $ARG2$ -S'; 'check_pop3_ssl': command_line => '$USER1$/check_pop -H $ARG1$ -p $ARG2$ -S'; + 'check_managesieve': + command_line => '$USER1$/check_tcp -H $ARG1$ -p 2000'; } } |