More tests for ENTITY-MIB.

This commit is contained in:
Kristofer Hallin 2022-06-08 19:24:19 +02:00 committed by Olof hagsand
parent 461ebd38d6
commit cb3aef450d
2 changed files with 285 additions and 170 deletions

View file

@ -225,6 +225,7 @@ if $SNMPCHECK; then
snmpgetnext="$(type -p snmpgetnext) -On -c public -v2c localhost "
snmpgetnextstr="$(type -p snmpgetnext) -c public -v2c localhost "
snmptable="$(type -p snmptable) -c public -v2c localhost "
snmpwalk="$(type -p snmpwalk) -c public -v2c localhost "
snmptranslate="$(type -p snmptranslate) "
if [ "${ENABLE_NETSNMP}" == "yes" ]; then