summaryrefslogtreecommitdiff
path: root/manifests/plugins/mail_login.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2015-10-31 10:26:05 +0100
committermh <mh@immerda.ch>2015-10-31 10:26:05 +0100
commitc3ca4ac25d7cdfd5826149445f2946d64d968f97 (patch)
tree94f4375d9f1cb33e870ab77ab21b243ee364dbe6 /manifests/plugins/mail_login.pp
parent2c4f69e1ea1656edf7c7d39fa90d200f901404df (diff)
also add pop3 login checks
Diffstat (limited to 'manifests/plugins/mail_login.pp')
-rw-r--r--manifests/plugins/mail_login.pp10
1 files changed, 10 insertions, 0 deletions
diff --git a/manifests/plugins/mail_login.pp b/manifests/plugins/mail_login.pp
new file mode 100644
index 0000000..a86cdc2
--- /dev/null
+++ b/manifests/plugins/mail_login.pp
@@ -0,0 +1,10 @@
+# simple mail login check
+class nagios::plugins::mail_login {
+ nagios::plugin {
+ 'check_imap_login':
+ source => 'nagios/plugins/check_imap_login';
+ 'check_pop3_login':
+ source => 'nagios/plugins/check_pop3_login';
+ }
+}
+