From d4e782c1f8eca94cc92743926d0df48cd3c4d458 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 21 Sep 2017 10:09:53 +0200 Subject: Fixed classify.inputs warning in messages log files --- services/main.cf | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'services') diff --git a/services/main.cf b/services/main.cf index c948457..6d25f3e 100644 --- a/services/main.cf +++ b/services/main.cf @@ -1,3 +1,13 @@ +body file control +{ + inputs => { + "services/common.cf", + "services/applications.cf", + "services/os.cf", + "services/julien.cf", + }; +} + bundle agent classify { vars: @@ -10,12 +20,6 @@ bundle agent classify "check_mk", "sshd", }; - "inputs" slist => { - "services/common.cf", - "services/applications.cf", - "services/os.cf", - "services/julien.cf", - }; classes: any:: "containers" or => { -- cgit v1.2.3