fe84cd4
Thie RPM install the OCS Inventory NG client
fe84cd4
It is configure to generate a local report:
fe84cd4
fe84cd4
	/var/lib/ocsinventory-agent/<DEVIDE_ID>.ocs
fe84cd4
fe84cd4
If you want it to automaticaly and regularly transfer the 
fe84cd4
result to your organization communication server, edit the 
fe84cd4
configuration file:
fe84cd4
fe84cd4
	/etc/sysconfig/ocsinventory-agent
fe84cd4
fe84cd4
You may choose how often to run the 'cron' script via
fe84cd4
the provided systemd timers.
fe84cd4
fe84cd4
The 'cron' script will respect the server PROLOQ_FREQ.
fe84cd4
fe84cd4
An hourly run will report back to the server when the
fe84cd4
PROLOQ_FREQ is over, but will prevent some hibernation.
fe84cd4
fe84cd4
The less frequent runs may result in clients that do not
fe84cd4
report back within certian time frames.
fe84cd4
fe84cd4
If you want to deploy this client on a important number of
fe84cd4
computer, you can generate a already configured RPM with
fe84cd4
fe84cd4
rpmbuild -bb \
fe84cd4
	--define "ocstag    tagvalue" \
fe84cd4
	--define "ocsserver ocsserver.domain.tld:port" \
fe84cd4
	ocsinventory-agent-<version>.src.rpm
fe84cd4
fe84cd4
Result will be : ocsinventory-agent-<version>.<tagvalue>.noarch.rpm
fe84cd4
fe84cd4
When using a personalized RPM, the cron is enabled by default.
fe84cd4