From 3013cc6a32decede24cf880b147f6747988ab78b Mon Sep 17 00:00:00 2001 From: Sheppy Date: Thu, 5 Jan 2023 20:46:27 +0100 Subject: [PATCH] fix: match object name to hostname --- templates/async-icinga-services-dynamic.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/async-icinga-services-dynamic.conf.j2 b/templates/async-icinga-services-dynamic.conf.j2 index cf7a652..42c960b 100644 --- a/templates/async-icinga-services-dynamic.conf.j2 +++ b/templates/async-icinga-services-dynamic.conf.j2 @@ -1,4 +1,4 @@ -object Host "AsyncIcinga" { +object Host "async_icinga" { import "generic-host"