fusioninventory / fusioninventory-agent

FusionInventory Agent
http://fusioninventory.org/
GNU General Public License v2.0
252 stars 125 forks source link

Add in help,documentation query using fusioninventory-netinventory and SNMPv3 #565

Open Wolvverine opened 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 it exactly).

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

g-bougard commented 5 years ago

This is still in the man page:

...
--credentials STRING

Use given string as SNMP credentials specification. This specification is a comma-separated list of key:value authentication parameters, such as:

    version:2c,community:public
    version:3,username:admin,authprotocol:sha,authpassword:s3cr3t
    etc.

...
Wolvverine commented 5 years ago

Only it is not full syntax, no private password and private protocol. IMHO it should be in help given (to find the syntax I had to review the code).