Today I followed the prcoedure http://assets.nagios.com/downloads/nagi ... ios_XI.pdf
to the letter. After downloading and unzipping the akcp.mib file, I got the following error after clicking "Upload MIB": "Failed to convert uploaded file to snmptt mib.. (rc: 13)"
Apparently Bandit had the same issue here http://support.nagios.com/forum/viewtop ... =16&t=9917
The MIB file does seem to be added in the list however.
Code: Select all
ll /usr/local/bin/snmpttconvertmib
-rwxr-xr-x 1 root root 30438 Jan 15 08:50 /usr/local/bin/snmpttconvertmib
Code: Select all
/usr/local/bin/addmib /usr/share/snmp/mibs/akcp.mibWhat could be het reason of "Failed to convert uploaded file to snmptt mib.. (rc: 13)"?
After finishing the procedure, and executing the SNMP wizard, the checks don't seem to work:
Code: Select all
COMMAND: /usr/local/nagios/libexec/check_snmp -H cpf-sensor01 -o 1.3.6.1.4.1.3854.1.2.2.1.16.1.3.0 -C public -P 2c -l "Temperature" -u "Deg Celsius" -m akcp.mib -w 30 -c 31
OUTPUT: Temperature problem - No data received from host
CMD: /usr/bin/snmpget -t 1 -r 5 -m akcp.mib -v 2c [authpriv] cpf-sensor01:161 1.3.6.1.4.1.3854.1.2.2.1.16.1.3.0Grtz
Willem