How to graph signal strength (wireless)? Probe SignalStrangth don`t work. ![]()

none of your photobucket images work
Did you figure out how to graph signal strength?
I have had luck setting up the data source as a function instead of an SNMP OID and using a call like this:
oid(“iso.org.dod.internet.private.enterprises.99.5.101.1”)
Not that this will be your oid but you get the idea.
Hope it helps…
Hi guys,
Maybe an idea here : why not graph the ping quality with a sensible equipment on the wireless lan ? It is not the response to your question, but gives an idea of the signal quality.
Hope this helps,
Thanks innova,
Using function as you described, helped me, with another oid.
Here is my steps to make the nice graphs for signal strength:
- Identified the oid that represents the signal strength (snmpwalk)
iso.org.dod.internet.private.enterprises.1240.2.3.4.7.3.12.0. - Added a new function. Name=SignalStrength and code=oid(“iso.org.dod.internet.private.enterprises.1240.2.3.4.7.3.12.0”).
- Added a new probe. Type=Function, Available=SignalStrength() > 0, Error=“”, Value=SignalStrength(), Unit=%.
- Under Services for every wlan-unit, I added the new probe.
- Added a new Chart just for wireless units (signalstrength graphs), and added all the new SignalStrength services just made in step 4.
Works very nice!
I liked the tutorial but i must have done something wrong i should be getting a value like -79 but its graphing very very large numbers instead.
I become same results… (~4.5G)
Hi There,
I have seen the same odd numbers presented in v3.0b3, but there is a way around it. Latest stable version seems ok.
I described it in this new wiki I made:
Charting signal strength