mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 05:48:33 +01:00
wip: monitoring master roles
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
apply Service "MAIL-postfix-tls" {
|
||||
import "generic-service"
|
||||
check_command = "ssl"
|
||||
vars.ssl_address = "mail.atlantishq.de"
|
||||
vars.ssl_port = "465"
|
||||
assign where host.name == "mail"
|
||||
}
|
||||
|
||||
apply Service "IMAP-dovecot-tls" {
|
||||
import "generic-service"
|
||||
check_command = "ssl"
|
||||
vars.ssl_address = "mail.atlantishq.de"
|
||||
vars.ssl_port = "993"
|
||||
assign where host.name == "mail"
|
||||
}
|
||||
Reference in New Issue
Block a user