add: kathi backup server check

This commit is contained in:
2023-04-02 10:15:03 +02:00
parent 8c8d2250f7
commit 2624b84ee0
2 changed files with 11 additions and 1 deletions

View File

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

View File

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