diff --git a/group_vars/all.yaml b/group_vars/all.yaml index 76b8ce9..53e120c 100644 --- a/group_vars/all.yaml +++ b/group_vars/all.yaml @@ -26,11 +26,12 @@ 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" : "backup_kathi_server", "timeout" : "30d", "token" : "HISTORY_PURGED_SECRET" } - { "name" : "mail_atlantishq", "timeout" : "1h", "token" : "HISTORY_PURGED_SECRET" } - { "name" : "ths_caldav_backup", "timeout" : "2d", "token" : "HISTORY_PURGED_SECRET" } - { "name" : "slapd_backup", "timeout" : "2d", "token" : "HISTORY_PURGED_SECRET" } -keycloak_admin_password: HISTORY_PURGED_SECRET +keycloak_admin_password: 20Dino00 keycloak_postgres_password: HISTORY_PURGED_SECRET keycloak_address: keycloak.atlantishq.de diff --git a/roles/monitoring-master/files/services_async.conf b/roles/monitoring-master/files/services_async.conf index 96b786d..b3c6f54 100644 --- a/roles/monitoring-master/files/services_async.conf +++ b/roles/monitoring-master/files/services_async.conf @@ -93,6 +93,15 @@ apply Service "backup_kathi_laptop" { assign where host.name == "kathi" } +apply Service "backup_kathi_server" { + import "generic-service" + check_command = "gateway" + vars.protocol = "https" + vars.host = "async-icinga.atlantishq.de" + vars.service_name = "backup_kathi_laptop" + assign where host.name == "kathi" +} + apply Service "apt_atlantis_laptop" { import "generic-service" check_command = "gateway"