From 1098cc6512701849068ebe828dd107d81d814920 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Mon, 2 Jan 2023 02:55:02 +0100 Subject: [PATCH] fix: change domain to atlantishq.de --- .../files/services_async.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/roles/monitoring-master/files/services_async.conf b/roles/monitoring-master/files/services_async.conf index f9c23bf..b0616ed 100644 --- a/roles/monitoring-master/files/services_async.conf +++ b/roles/monitoring-master/files/services_async.conf @@ -104,7 +104,7 @@ apply Service "backup_kathi_laptop" { import "generic-service" check_command = "gateway" vars.protocol = "https" - vars.host = "async-icinga.athq.de" + vars.host = "async-icinga.atlantishq.de" vars.service_name = "backup_kathi_laptop" assign where host.name == "kathi" } @@ -113,7 +113,7 @@ apply Service "apt_atlantis_laptop" { import "generic-service" check_command = "gateway" vars.protocol = "https" - vars.host = "async-icinga.athq.de" + vars.host = "async-icinga.atlantishq.de" vars.service_name = "apt_atlantis_laptop" assign where host.name == "atlantislaptop" } @@ -122,7 +122,7 @@ apply Service "apt_atlantis_pc" { import "generic-service" check_command = "gateway" vars.protocol = "https" - vars.host = "async-icinga.athq.de" + vars.host = "async-icinga.atlantishq.de" vars.service_name = "apt_atlantis_pc" assign where host.name == "atlantispc" } @@ -131,7 +131,7 @@ apply Service "backup_atlantis_laptop" { import "generic-service" check_command = "gateway" vars.protocol = "https" - vars.host = "async-icinga.athq.de" + vars.host = "async-icinga.atlantishq.de" vars.service_name = "backup_atlantis_laptop" assign where host.name == "atlantispc" } @@ -140,7 +140,7 @@ apply Service "backup_atlantishq" { import "generic-service" check_command = "gateway" vars.protocol = "https" - vars.host = "async-icinga.athq.de" + vars.host = "async-icinga.atlantishq.de" vars.service_name = "backup_atlantishq" assign where host.name == "atlantispc" } @@ -149,7 +149,7 @@ apply Service "backup_ths_server" { import "generic-service" check_command = "gateway" vars.protocol = "https" - vars.host = "async-icinga.athq.de" + vars.host = "async-icinga.atlantishq.de" vars.service_name = "backup_ths_server" assign where host.name == "atlantispc" } @@ -158,7 +158,7 @@ apply Service "backup_ths_offline_storrage_box" { import "generic-service" check_command = "gateway" vars.protocol = "https" - vars.host = "async-icinga.athq.de" + vars.host = "async-icinga.atlantishq.de" vars.service_name = "backup_ths_offline_storrage_box" assign where host.name == "atlantispc" } @@ -167,7 +167,7 @@ apply Service "backup_ths" { import "generic-service" check_command = "gateway" vars.protocol = "https" - vars.host = "async-icinga.athq.de" + vars.host = "async-icinga.atlantishq.de" vars.service_name = "backup_ths" assign where host.name == "THS" } @@ -176,7 +176,7 @@ apply Service "ths_auftragsdatenbank" { import "generic-service" check_command = "gateway" vars.protocol = "https" - vars.host = "async-icinga.athq.de" + vars.host = "async-icinga.atlantishq.de" vars.service_name = "ths_auftragsdatenbank" assign where host.name == "THS" }