Check_snmp problems after upgrade
Posted: Thu Jul 03, 2014 1:39 pm
After upgrading to XI 2014 (which also updated core), several of my snmp checks are broken. Before the upgrade I was able to have a check as follows:
"check_snmp -H $HOSTADDRESS$ $ARG1$ -o <OID1> -o <OID2> -o <OID3> -c <CRITRANGE1> -c <CRITRANGE2> -c <CRITRANGE3>"
This would return all three values evaluated against their respective ranges.
After the upgrade, I still get all three values, but only the first value is compared to any range. The range that it compares to is always the last one, in this case <CRITRANGE3>.
I can create a unique check for each OID but it will more than triple the number that I have. I was wondering if this behavior was expected and, if not, if there is a way that it can be fixed.
"check_snmp -H $HOSTADDRESS$ $ARG1$ -o <OID1> -o <OID2> -o <OID3> -c <CRITRANGE1> -c <CRITRANGE2> -c <CRITRANGE3>"
This would return all three values evaluated against their respective ranges.
After the upgrade, I still get all three values, but only the first value is compared to any range. The range that it compares to is always the last one, in this case <CRITRANGE3>.
I can create a unique check for each OID but it will more than triple the number that I have. I was wondering if this behavior was expected and, if not, if there is a way that it can be fixed.