From 258950a23b52e9f948201fcb5524536b8edef4e7 Mon Sep 17 00:00:00 2001 From: Lea9250 Date: Mon, 17 Jun 2024 16:16:10 +0200 Subject: [PATCH] refactor: add missing options to server apache configuration --- etc/ocsinventory/ocsinventory-server.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/etc/ocsinventory/ocsinventory-server.conf b/etc/ocsinventory/ocsinventory-server.conf index 9fcc6b8c..a1112ef9 100644 --- a/etc/ocsinventory/ocsinventory-server.conf +++ b/etc/ocsinventory/ocsinventory-server.conf @@ -180,6 +180,12 @@ 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 + # ARP Scan bandwidth + PerlSetEnv OCS_OPT_SCAN_ARP_BANDWIDTH 256 + # IpDiscover scan type + PerlSetEnv OCS_OPT_SCAN_TYPE_IPDISCOVER ICMP + # Link TAG to network entry + PerlSetEnv OCS_OPT_IPDISCOVER_LINK_TAG_NETWORK 0 # ===== INVENTORY FILES MAPPING SETTINGS ===== @@ -228,6 +234,10 @@ PerlSetEnv OCS_OPT_SNMP_INVENTORY_DIFF 1 # Display error message about agent https communication in logfile PerlSetEnv OCS_OPT_SNMP_PRINT_HTTPS_ERROR 1 + # SNMP Scan Type + PerlSetEnv OCS_OPT_SCAN_TYPE_SNMP ICMP + # SNMP Generate files + PerlSetEnv OCS_OPT_GENERATE_OCS_FILES_SNMP 0 # ===== SESSION SETTINGS ===== # Not yet in GUI