Skip to content

Commit

Permalink
Merge pull request #462 from OCSInventory-NG/addConfOptions
Browse files Browse the repository at this point in the history
Add missing options to server apache configuration
  • Loading branch information
charleneauger committed Jul 2, 2024
2 parents 80bc2aa + 258950a commit 878e90b
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 878e90b

Please sign in to comment.