mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 04:28:33 +01:00
add: mail_atlantishq async check
This commit is contained in:
@@ -17,7 +17,7 @@ async_icinga_static_services:
|
|||||||
- { "name" : "backup_ths_server", "timeout" : "30d", "token" : "HISTORY_PURGED_SECRET" }
|
- { "name" : "backup_ths_server", "timeout" : "30d", "token" : "HISTORY_PURGED_SECRET" }
|
||||||
- { "name" : "backup_ths_storrage_box", "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" : "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_admin_password: HISTORY_PURGED_SECRET
|
||||||
keycloak_postgres_password: HISTORY_PURGED_SECRET
|
keycloak_postgres_password: HISTORY_PURGED_SECRET
|
||||||
|
|||||||
@@ -162,3 +162,12 @@ apply Service "ths_auftragsdatenbank" {
|
|||||||
vars.service_name = "ths_auftragsdatenbank"
|
vars.service_name = "ths_auftragsdatenbank"
|
||||||
assign where host.name == "THS"
|
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