summaryrefslogtreecommitdiff
path: root/manifests/command
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-12-12 19:15:51 +0100
committermh <mh@immerda.ch>2010-12-12 19:15:51 +0100
commit1784190780c1054b65508b242963abd0e584d477 (patch)
treef02162d896467bd773b5f64f7b9db866d0937325 /manifests/command
parent1c4de48baf4ffcf5f39894a101a3c59479959b47 (diff)
add check for managesieve
Diffstat (limited to 'manifests/command')
-rw-r--r--manifests/command/imap_pop3.pp2
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';
}
}