From 33237f001e7359bc5049a2e8e457de09a21014c3 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Mon, 24 Jul 2023 17:19:39 +0000 Subject: [PATCH] fix: remove obsolete kathi icinga services --- .../files/services_async.conf | 40 ------------------- 1 file changed, 40 deletions(-) diff --git a/roles/monitoring-master/files/services_async.conf b/roles/monitoring-master/files/services_async.conf index b74cb46..ab8b6e8 100644 --- a/roles/monitoring-master/files/services_async.conf +++ b/roles/monitoring-master/files/services_async.conf @@ -65,46 +65,6 @@ object Host "atlantislaptop" { } -object Host "kathilaptop" { - - import "generic-host" - - address = "localhost" - name = "kathilaptop" - vars.async = "true" - vars.linux = "true" - - vars.ssl_address = "async-icinga.atlantishq.de" - vars.ssl_port = "443" - vars.owner = "kathi" - - check_command = "http" - - max_check_attempts = 5 - retry_interval = 1m - -} - -apply Service "backup_kathi_laptop" { - import "generic-service" - check_command = "gateway" - vars.owner = "kathi" - vars.protocol = "https" - vars.host = "async-icinga.atlantishq.de" - vars.service_name = "backup_kathi_laptop" - assign where host.name == "kathi" -} - -apply Service "backup_kathi_server" { - import "generic-service" - check_command = "gateway" - vars.protocol = "https" - vars.owner = "kathi" - 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"