Skip to content

Commit

Permalink
refactor: add missing options to server apache configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Lea9250 committed Jun 17, 2024
1 parent 80bc2aa commit 258950a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions etc/ocsinventory/ocsinventory-server.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 =====

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 258950a

Please sign in to comment.