Added nagios smtp target

This commit is contained in:
Ossi Salmi 2012-11-16 19:05:05 +02:00
parent eb5add5b51
commit 170c882b18

View file

@ -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",
}
}