nagios: Added pop3 service check support.
This commit is contained in:
parent
44732902ae
commit
8d381c3fce
1 changed files with 12 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue