From d6a2d58b3c69c7c95607e007592a4fcabd717a13 Mon Sep 17 00:00:00 2001 From: Wilton Rodrigues Date: Sat, 30 Oct 2021 11:58:02 -0300 Subject: [PATCH] Adding IPDISCOVER_LINK_TAG_NETWORK missing config - This prevents the warning 'Bad setting. `IPDISCOVER_LINK_TAG_NETWORK` is not set.' on logs --- 2.9/conf/ocsinventory-server.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/2.9/conf/ocsinventory-server.conf b/2.9/conf/ocsinventory-server.conf index d4e461f..42aae79 100644 --- a/2.9/conf/ocsinventory-server.conf +++ b/2.9/conf/ocsinventory-server.conf @@ -186,6 +186,8 @@ PerlSetEnv OCS_OPT_IPDISCOVER_NO_POSTPONE 0 # Enable groups for ipdiscover (for example, you might want to prevent some groups to be ipdiscover agents) PerlSetEnv OCS_OPT_IPDISCOVER_USE_GROUPS 1 + # Link ipdiscover network to computer TAG + PerlSetEnv OCS_OPT_IPDISCOVER_LINK_TAG_NETWORK 0 # ===== INVENTORY FILES MAPPING SETTINGS ===== @@ -378,4 +380,4 @@ require "SOAP_USER" - \ No newline at end of file +