Hello everyone,
My OCS Server is on Ubuntu 22, and my OCS Agents are installed on several machines, including Ubuntu 22, ZorinOS 15, and CentOS 7. My inventory got information about all the machines, except for the CentOS 7 machines. It's like the agent is not communicating with the server.
I’ve checked the agent configuration, here's my ocsinventory-agent.cfg on CentOS: (NOT WORKING)
#
# OCS Inventory "Unix Unified Agent" Configuration File
#
# options used by cron job overides this (see /etc/sysconfig/ocsinventory-agent)
#
# Server URL, unconmment if needed
server = https://ocs.peter.gov.br/ocsinventory
local = /var/lib/ocsinventory-agent
# Administrative TAG (optional, must be filed before first inventory)
# tag = your_tag
# How to log, can be File,Stderr,Syslog
logger = Stderr
logfile = /var/log/ocsinventory-agent/ocsinventory-agent.log
And here's my ocsinventory-agent.cfg on Ubuntu: (WORKING)
logfile=/var/log/ocs
debug=1
tag=Desktop
basevardir=/var/lib/ocsinventory-agent
server=https://ocs.peter.gov.br/ocsinventory
ssl=0
I tried to use the same configs on CentOS but doesn't work anyway.
Could someone help me identify what might be?
Thank you in advance for your help!