From 8d381c3fced0e1b294d814f3b0e4a5400220c109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Sat, 7 Sep 2013 12:55:42 +0300 Subject: [PATCH] nagios: Added pop3 service check support. --- nagios/manifests/target.pp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/nagios/manifests/target.pp b/nagios/manifests/target.pp index eef5eaa..775d50b 100644 --- a/nagios/manifests/target.pp +++ b/nagios/manifests/target.pp @@ -135,6 +135,18 @@ class nagios::target::ldaps inherits nagios::target { } +# Configure pop3 service target. +# +class nagios::target::pop3s inherits nagios::target { + + @@nagios::service { "${::homename}_pop3s": + command => "check_pop!--ssl -p 995", + description => "POP3s", + } + +} + + # Configure smtp service target. # class nagios::target::smtp inherits nagios::target {