From: Thomas Guyot-Sionnest Date: Wed, 1 Dec 2010 02:02:23 +0000 (-0500) Subject: check_snmp: Remove that is_numeric madness X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=df88f95fcaf65d58a9ea172c2b3e2b96d80dff33;hp=df88f95fcaf65d58a9ea172c2b3e2b96d80dff33;p=nagiosplug.git check_snmp: Remove that is_numeric madness Original patch to make Timeticks works as in check_snmp v1.4.14, it turns out is_numeric isn't so useful and treating all types as numeric works best for backwards-compatibility. This is how it used to work in 1.4.14. As a special case, I also make calculate_rate look up for numeric values as it would otherwise return the last value instead. ---