From ec6deb834434d9a760517b47b154bbd48cf81288 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Fri, 6 Jan 2023 01:32:56 +0100 Subject: [PATCH] fix: remove old ths server backup check --- roles/monitoring-master/files/services_async.conf | 9 --------- 1 file changed, 9 deletions(-) diff --git a/roles/monitoring-master/files/services_async.conf b/roles/monitoring-master/files/services_async.conf index 240c9ee..22e4681 100644 --- a/roles/monitoring-master/files/services_async.conf +++ b/roles/monitoring-master/files/services_async.conf @@ -136,15 +136,6 @@ apply Service "backup_atlantis_laptop" { assign where host.name == "atlantispc" } -apply Service "backup_ths_server" { - import "generic-service" - check_command = "gateway" - vars.protocol = "https" - vars.host = "async-icinga.atlantishq.de" - vars.service_name = "backup_ths_server" - assign where host.name == "atlantispc" -} - apply Service "backup_ths_offline_storrage_box" { import "generic-service" check_command = "gateway"