nagios: Added submission service check support.
This commit is contained in:
parent
caa6ab3e22
commit
ce623ac4fc
1 changed files with 12 additions and 0 deletions
|
@ -159,6 +159,18 @@ class nagios::target::smtp inherits nagios::target {
|
|||
}
|
||||
|
||||
|
||||
# Configure submission service target.
|
||||
#
|
||||
class nagios::target::submission inherits nagios::target {
|
||||
|
||||
@@nagios::service { "${::homename}_submission":
|
||||
command => "check_smtp!--starttls -p 587",
|
||||
description => "Submission",
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
# Configure tcp connect service target.
|
||||
#
|
||||
# === Parameters
|
||||
|
|
Loading…
Add table
Reference in a new issue