|
Here is the basic problem. Smartbridges did not make a seperate oid for rssi and link quality. They put
the values in a string
oid called network, a string 53 chars long.So how do I write a
.pl script to extract these two string chars as an interger and then
graph
them? What I want is like the basic statement val($string,11,1)
and val($string 15,1). If I knew how to do the equiv of that basic
statement ....
-------Original Message-------
Date: Thursday, April
03, 2003 10:31:00 AM
Subject: Re: [WhatsUp
Forum] graphing a string value
Im not sure but i thnik that WUG just graph integers and
not char strings. You have to write a script to get the OID via SNMP,
extract the octect, write it as integer and then make a graph. Perhaps
this url may help you www.mrtg.org Good luck.
----- Original Message -----
Sent: Wednesday, March 19, 2003
10:23 PM
Subject: RE: [WhatsUp Forum]
graphing a string value
how do I graph the 11th and 15th number in this OID
string array with WUG?
This is the OID in the Smartbridge Air Point Pro
Outdoor
Variable =
.iso.org.dod.internet.private.enterprises.410.1.2.8.1.0 Value
= String
<0x00><0x00><0x00><0x30><0x1a><0x09><0x2d><0x28><0x00><0x01><0x0d><0x06><0x00><0x04><0x12><0x00><0x82><0x84><0x8b><0x96><0x42><0x45><0x4e><0x4c><0x49><0x4e><0x4b><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x07>
|
|