SNMP frontend: forgot GET detailed type info in last commit

This commit is contained in:
Olof hagsand 2022-05-25 09:59:24 +02:00
parent a02e78a3c1
commit 6e60287bc0
3 changed files with 103 additions and 35 deletions

View file

@ -230,7 +230,7 @@ expectpart "$($snmpget $OID)" 0 "$OID = $TYPE: $VALUE"
NAME=ifCounterDiscontinuityTime
OID=$OID11
VALUE=1234567890
TYPE=Gauge32 # TomeStamp
TYPE=Gauge32 # TimeStamp
new "Set $NAME $VALUE"
expectpart "$($snmpset $OID u $VALUE)" 0 "$OID = $TYPE: $VALUE"