#
# Fusion Inventory Agent Configuration File
# used by hourly cron job to override the fusioninventory-agent.cfg setup.	
#
# /!# USING THIS FILE TO OVERRIDE SERVICE OPTIONS IS DEPRECATED!
# See /usr/lib/systemd/system/fusioninventory-agent.service notice	
#	
# Add tools directory if needed (tw_cli, hpacucli, ipssend, ...)
	
PATH=/sbin:/bin:/usr/sbin:/usr/bin
	
# Global options (debug for verbose log)
	
OPTIONS="--debug "

# Mode, change to "cron" to activate
# - none (default on install) no activity
# - cron (inventory only) use the cron.hourly

OCSMODE[0]=none

# OCS Inventory or FusionInventory server URI
# OCSSERVER[0]=your.ocsserver.name
# OCSSERVER[0]=http://your.ocsserver.name/ocsinventory
# OCSSERVER[0]=http://your.glpiserveur.name/glpi/plugins/fusioninventory/
# corresponds with --local=/var/lib/fusioninventory-agent
# OCSSERVER[0]=local
# Wait before inventory (for cron mode)

OCSPAUSE[0]=120

# Administrative TAG (optional, must be filed before first inventory)

OCSTAG[0]=
	
