add: mail_atlantishq async check

This commit is contained in:
2023-01-09 19:49:23 +01:00
parent 2e6124566b
commit b2f797495d
2 changed files with 10 additions and 1 deletions

View File

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