Added nagios smtp target
This commit is contained in:
parent
eb5add5b51
commit
170c882b18
1 changed files with 13 additions and 0 deletions
|
@ -425,3 +425,16 @@ class nagios::target::https {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
class nagios::target::smtp {
|
||||
|
||||
include nagios::target
|
||||
|
||||
@@nagios::service { "${fqdn}_smtp":
|
||||
host => $fqdn,
|
||||
command => "check_smtp",
|
||||
description => "SMTP",
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue