When running the below command against my ASA (which i know returns results, i receive the following error:
./nm_check_asa_connections -H IP -C public -P 2c -w 230000 -c 245000
Traceback (most recent call last):
File "./nm_check_asa_connections", line 7, in
from nelmon.snmp_oids import cisco_oids as O
ImportError: No module named snmp_oids
When running the below command against my ASA (which i know returns results, i receive the following error:
./nm_check_asa_connections -H IP -C public -P 2c -w 230000 -c 245000
Traceback (most recent call last): File "./nm_check_asa_connections", line 7, in
from nelmon.snmp_oids import cisco_oids as O
ImportError: No module named snmp_oids
Any guidance would be helpful.
Thanks,