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

@@ -17,7 +17,7 @@ async_icinga_static_services:
- { "name" : "backup_ths_server", "timeout" : "30d", "token" : "HISTORY_PURGED_SECRET" }
- { "name" : "backup_ths_storrage_box", "timeout" : "30d", "token" : "HISTORY_PURGED_SECRET" }
- { "name" : "backup_kathi_laptop", "timeout" : "30d", "token" : "HISTORY_PURGED_SECRET" }
- { "name" : "mail_atlantishq", "timeout" : "30d", "token" : "HISTORY_PURGED_SECRET" }
- { "name" : "mail_atlantishq", "timeout" : "1h", "token" : "HISTORY_PURGED_SECRET" }
keycloak_admin_password: HISTORY_PURGED_SECRET
keycloak_postgres_password: HISTORY_PURGED_SECRET

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