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 {