fusioninventory / sysobject.ids

Repository to store sysobject.ids file, used for snmp network discovery
GNU General Public License v2.0
13 stars 42 forks source link

query using fusioninventory-netinventory and SNMPv3 #25

Closed Wolvverine closed 5 years ago

Wolvverine commented 5 years ago

Specifying how to query using fusioninventory-netinventory and SNMPv3 would also be helpful (neither help nor documentation describes this).

from code: --credentials version:3,username:admin,authprotocol:sha,authpassword:'s3cr3t',privpassword:'ttge674f',

g-bougard commented 5 years ago

This is not a sysobject.ids issue and you still opened it in fusioninventory-agent issues. Closing so.

guillomovitch commented 5 years ago

Specifying how to query using fusioninventory-netinventory and SNMPv3 would also be helpful (neither help nor documentation describes this).

You'd rather look better: see 2nd example in EXAMPLES section of man page, or lines 318 to 322 here: https://github.com/fusioninventory/fusioninventory-agent/blob/develop/bin/fusioninventory-netinventory

Wolvverine commented 5 years ago

https://github.com/fusioninventory/fusioninventory-agent/issues/565#issuecomment-426015953