mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 22:48:32 +01:00
add: mail_atlantishq async check
This commit is contained in:
@@ -162,3 +162,12 @@ apply Service "ths_auftragsdatenbank" {
|
||||
vars.service_name = "ths_auftragsdatenbank"
|
||||
assign where host.name == "THS"
|
||||
}
|
||||
|
||||
apply Service "mail_atlantishq" {
|
||||
import "generic-service"
|
||||
check_command = "gateway"
|
||||
vars.protocol = "https"
|
||||
vars.host = "async-icinga.atlantishq.de"
|
||||
vars.service_name = "mail_atlantishq"
|
||||
assign where host.name == "async_icinga"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user