You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's hard to solve a problem when important details are missing, that why we added this template, to help you and us.
General informations
Operating system : ubuntu 24.01.1
Perl version : 5.38.2
OCS Inventory informations
Unix agent version : 2.10.4
Problem's description
hi there,
I was setting up the ocsagent trying to make snmp scan work. the snmp scanning never work properly.
the vm was cloned from vmware on my laptop to proxmox under different subnet, so the network info may be a bit strange
the ipdiscover function does work, but snmp don't
at first i got only the "[download] Option turned off. Exiting." message, the modules.conf shows Modules::Download is not commented
# this list of module will be load by the at run time
# to check its syntax do:
# #perl modules.conf
# You must have NO error. Else the content will be ignored
# This mechanism goal is to launch agent extension modules
use Ocsinventory::Agent::Modules::Download;
use Ocsinventory::Agent::Modules::SnmpScan;
#use Ocsinventory::Agent::Modules::LocalSnmpScan;
use Ocsinventory::Agent::Modules::SnmpFork;
# DO NOT REMOVE THE 1;
1;
also, i saw some tutorial mention that the snmp function will only work when ocsinventory server set https up.
is it necessary?
i thought snmp and ssl are two completely seperate function?
For security reasons download and snmp feature need to have HTTPS enabled.
SNMP and SSL are unrelated but we enforce them in order to secure our software.
You can use an already existing CA if you don't want to generate a certificate specific for OCS.
It's hard to solve a problem when important details are missing, that why we added this template, to help you and us.
General informations
Operating system : ubuntu 24.01.1
Perl version : 5.38.2
OCS Inventory informations
Unix agent version : 2.10.4
Problem's description
hi there,
I was setting up the ocsagent trying to make snmp scan work. the snmp scanning never work properly.
the vm was cloned from vmware on my laptop to proxmox under different subnet, so the network info may be a bit strange
the ipdiscover function does work, but snmp don't
at first i got only the "[download] Option turned off. Exiting." message, the modules.conf shows Modules::Download is not commented
and here's my agent config
Inventory log file ( optional )
ocs_agent.log
i took away the user's part : )
The text was updated successfully, but these errors were encountered: