nagios: Added pop3 service check support.

This commit is contained in:
Timo Mkinen 2013-09-07 12:55:42 +03:00
parent 44732902ae
commit 8d381c3fce

View file

@ -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 {