From 0d3a4f99d155e3003796e34e849414038061b9df Mon Sep 17 00:00:00 2001 From: Sheppy Date: Mon, 9 Jan 2023 23:14:59 +0100 Subject: [PATCH] fix: service name ths storagebox --- roles/monitoring-master/files/services_async.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/monitoring-master/files/services_async.conf b/roles/monitoring-master/files/services_async.conf index 6e2515a..6fa6576 100644 --- a/roles/monitoring-master/files/services_async.conf +++ b/roles/monitoring-master/files/services_async.conf @@ -141,7 +141,7 @@ apply Service "backup_ths_storrage_box" { check_command = "gateway" vars.protocol = "https" vars.host = "async-icinga.atlantishq.de" - vars.service_name = "backup_ths_offline_storrage_box" + vars.service_name = "backup_ths_storrage_box" assign where host.name == "atlantispc" }