From 40ef54a0d29ef408567b1828ecdac2896c304759 Mon Sep 17 00:00:00 2001 From: caelebfi Date: Tue, 31 May 2022 08:54:19 +0200 Subject: [PATCH] Created new rule #0 in ruleset "Assignment of hosts to host groups" in folder "Main / container" --- conf.d/wato/container/rules.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 conf.d/wato/container/rules.mk diff --git a/conf.d/wato/container/rules.mk b/conf.d/wato/container/rules.mk new file mode 100644 index 0000000..10eb03d --- /dev/null +++ b/conf.d/wato/container/rules.mk @@ -0,0 +1,13 @@ + +globals().setdefault('host_groups', []) + +host_groups = [ +{'condition': {'host_folder': '/%s/' % FOLDER_PATH}, + 'id': '842222e2-d076-432a-8df0-24b6904f37de', + 'options': {'comment': '2022-05-31 caelebfi: created rule\n', + 'description': 'raspis', + 'disabled': False}, + 'value': 'container'}, +] + host_groups + +