Hi,
I’ve configured SNMP check for one of the Dell servers and I can get the CPU temperature via cli:
snmpget -v 2c -c $comunity $server .1.3.6.1.4.1.674.10892.1.700.20.1.6.1.1 # this is CPU1 temp
SNMPv2-SMI::enterprises.674.10892.1.700.20.1.6.1.1 = INTEGER: 670
However, when I run it via web ui, I get the error:
UNKNOWN - check failed - please submit a crash report!
and when I click on the little bomb icon I see this:
TypeError (float argument required, not NoneType)
How should I deal with this?
Thanks!