I am trying to replicate this :
However in "Templates->Items" I cannot see how to do this.
I've selected "SNMPv3 agent" and selected "authPriv" in "security level"
But this onyl enables "Authentication Protocol" and "Privacy Protocol"
I have tried putting the username in the "Security name" field, but the SNMP checks fail with "Cannot connect to "10.10.10.10:161": Unknown user name"
Code:
snmpget -v 3 -l authPriv -u foo -a SHA -A "bar" -x AES -X "foobar" -On 10.10.10.10 IF-MIB::ifHCInOctets.2
I've selected "SNMPv3 agent" and selected "authPriv" in "security level"
But this onyl enables "Authentication Protocol" and "Privacy Protocol"
I have tried putting the username in the "Security name" field, but the SNMP checks fail with "Cannot connect to "10.10.10.10:161": Unknown user name"