From 102da120671f339eefd97048c7f6ce6478b55ce0 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 4 May 2018 12:14:25 +0200 Subject: Bootstrapped inventory system --- services/main.cf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'services/main.cf') diff --git a/services/main.cf b/services/main.cf index 6a688d4..1305be0 100644 --- a/services/main.cf +++ b/services/main.cf @@ -3,6 +3,7 @@ body file control inputs => { "services/common.cf", "services/applications.cf", + "services/inventory.cf", "services/os.cf", "services/julien.cf", }; @@ -13,12 +14,13 @@ bundle common classify vars: any:: "bundles" slist => { - "common", - "os", - "julien", "bareos_fd", "check_mk", + "common", + "inventory", + "julien", "nrpe", + "os", "sshd", }; classes: -- cgit v1.2.3