Wireless Data

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
bob

Wireless Data

Post by bob »

Im trying to monitor some wireless links and collect data from them (signal, and noise). I can't seem to get Cacti to work for some reason, its not even pulling any data. I have double checked my OID and SNMP string and even verified it works with another application but its still not pulling any data. The values im getting are just 0 (not NAN) Here is my source:

/usr/local/rrdtool/bin/rrdtool graph - \
--imgformat=PNG \
--start="-86400" \
--title="Wireless - Station3" \
--base=1000 \
--height=150 \
--width=500 \
--alt-autoscale-max \
--vertical-label="Wireless Data" \
DEF:a="/var/www/html/cacti/rra/wireless_-_signal.rrd":wireless_-_signal:AVERAGE \
DEF:b="/var/www/html/cacti/rra/wireless_-_noise.rrd":wireless_-_noise:AVERAGE \
CDEF:cdefa=a,300,* \
CDEF:cdefe=b,300,* \
AREA:cdefa#4668E4:"Signal" \
GPRINT:a:LAST:"Current\:%8.2lf %s" \
GPRINT:a:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:a:MAX:"Maximum\:%8.2lf %s\n" \
LINE2:cdefe#FF0000:"Noise\:" \
GPRINT:b:LAST:"Current\:%8.2lf %s" \
GPRINT:b:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:b:MAX:"Maximum\:%8.2lf %s\n"
bob

Post by bob »

Another thing, how does it know what interface to look at for the wireless information? Like in MRTG it gives me data on the ethernet and wireless interface.
Fred
Cacti User
Posts: 81
Joined: Fri Jan 03, 2003 11:43 am

Re: Wireless Data

Post by Fred »

I'm afraid I don't have the solution to your problem, but out of curiousity, what OID are you using to get this information?
bob

Post by bob »

Im using:

1.3.6.1.4.1.762.2.5.2.1.8 (for noise)
1.3.6.1.4.1.762.2.5.2.1.7 (for signal)

These OID's are for KarlBridge radios.
ranc0r
Posts: 9
Joined: Fri Nov 15, 2002 7:42 pm

Post by ranc0r »

Can you post the output of snmpet on these OIDs? I know with my wireless product, the signal and noise values are returned as strings, which cacti didn't really appreciate, so I had to write a script to regex out the values.

I use Solectek Skyway wireless router, so its no doubt different, but its a thought.
Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests