From b09c6d56832eb1718c07d74abf3bc6ae3fe4e030 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 14:36:04 +0200 Subject: Adding upstream version 1.1.0. Signed-off-by: Daniel Baumann --- tests/history_test_zones.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/history_test_zones.conf (limited to 'tests/history_test_zones.conf') diff --git a/tests/history_test_zones.conf b/tests/history_test_zones.conf new file mode 100644 index 0000000..9d645a2 --- /dev/null +++ b/tests/history_test_zones.conf @@ -0,0 +1,22 @@ +{{range .}} +object Endpoint "{{.Name}}" { + host = "{{.Icinga2.Host}}" + port = "{{.Icinga2.Port}}" +} +{{end}} + +object Zone "master" { + endpoints = [ +{{range .}} + "{{.Name}}", +{{end}} + ] +} + +object Zone "global-templates" { + global = true +} + +object Zone "director-global" { + global = true +} -- cgit v1.2.3