summaryrefslogtreecommitdiff
path: root/manifests/plugins/mail_login.pp
diff options
context:
space:
mode:
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';
+ }
+}
+