mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-07 00:51:35 +01:00
add: kathi backup server check
This commit is contained in:
@@ -26,11 +26,12 @@ 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" : "backup_kathi_server", "timeout" : "30d", "token" : "HISTORY_PURGED_SECRET" }
|
||||||
- { "name" : "mail_atlantishq", "timeout" : "1h", "token" : "HISTORY_PURGED_SECRET" }
|
- { "name" : "mail_atlantishq", "timeout" : "1h", "token" : "HISTORY_PURGED_SECRET" }
|
||||||
- { "name" : "ths_caldav_backup", "timeout" : "2d", "token" : "HISTORY_PURGED_SECRET" }
|
- { "name" : "ths_caldav_backup", "timeout" : "2d", "token" : "HISTORY_PURGED_SECRET" }
|
||||||
- { "name" : "slapd_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_postgres_password: HISTORY_PURGED_SECRET
|
||||||
keycloak_address: keycloak.atlantishq.de
|
keycloak_address: keycloak.atlantishq.de
|
||||||
|
|
||||||
|
|||||||
@@ -93,6 +93,15 @@ apply Service "backup_kathi_laptop" {
|
|||||||
assign where host.name == "kathi"
|
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" {
|
apply Service "apt_atlantis_laptop" {
|
||||||
import "generic-service"
|
import "generic-service"
|
||||||
check_command = "gateway"
|
check_command = "gateway"
|
||||||
|
|||||||
Reference in New Issue
Block a user