fix: service name ths storagebox

This commit is contained in:
2023-01-09 23:14:59 +01:00
parent 00f0fb6bbf
commit 0d3a4f99d1

View File

@@ -141,7 +141,7 @@ apply Service "backup_ths_storrage_box" {
check_command = "gateway" check_command = "gateway"
vars.protocol = "https" vars.protocol = "https"
vars.host = "async-icinga.atlantishq.de" 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" assign where host.name == "atlantispc"
} }