I have multiple wireless boxes which can return signal strengths for radio links, using snmpwalk on the ralavent OID's I get values like:
INTEGER: -51
for the link strength OIDs. However, it seems Zabbix stable 1.1.6 can not handle signed integers, (or floats for that matter).
Someone must have a fix for this? I don't mind contributing to a patch if one of the developers can help point me in the right direction. I had a look at the source code myself but it's difficult to read or make sense of.
Looks like someone has tried to fix it before, but the snmp poller code seems to treat all integer types as unsigned for some reason. I tried to hack at it, but it wasn't playing.
Does the Beta 1.3 branch support signed integers and graphing them?
Dan...
INTEGER: -51
for the link strength OIDs. However, it seems Zabbix stable 1.1.6 can not handle signed integers, (or floats for that matter).
Someone must have a fix for this? I don't mind contributing to a patch if one of the developers can help point me in the right direction. I had a look at the source code myself but it's difficult to read or make sense of.
Looks like someone has tried to fix it before, but the snmp poller code seems to treat all integer types as unsigned for some reason. I tried to hack at it, but it wasn't playing.
Does the Beta 1.3 branch support signed integers and graphing them?
Dan...
I should look at the announcements!
Comment