On Tue, 12 Apr 2005, Villafuerte Icaza Rodolfo Eduardo wrote: > How i can graph this value in mrtg? Use logaritmic scale? How use the > "options"? > > 11898.2.1.2.5.2.1.2.3 : INTEGER: -44 > 11898.2.1.2.5.2.1.3.3 : INTEGER: -91
I had to get creative. I'm logging to RRD files and set the Min and Max values after the RRDs get created. It's a pain, but at least it works. Unfortunately, some of the graphs look a little funny. A couple of the signal graphs are scaling from -70 to -60. They may look wierd but it works. Here is the template I use for our Ceragon radios. LogFormat: rrdtool ShortLegend[_]: dBm Options[_]: gauge,unknaszero,growright,nopercent,bits WithPeak[_]: ywm Unscaled[_]: YLegend[_]: Signal Level - dB(m) LegendI[_]: Local Rx Level LegendO[_]: Local Tx Level Legend1[_]: Local Unit Rx Level in dBm Legend2[_]: Local Unit Tx Level in dBm Legend3[_]: Local Rx Max value per interval on graph Legend4[_]: Local Tx Max value per interval on graph Target[radio_local_signal]: .1.3.6.1.4.1.2281.3.1.2.1.4.1&.1.3.6.1.4.1.2281.3.1.2.1.3.1:[EMAIL PROTECTED] Directory[radio_local_signal]: radio MaxBytes[radio_local_signal]: 50 Title[radio_local_signal]: Local Signal Levels - radio PageTop[radio_local_signal]: <H1>Local Signal Levels</H1> <TABLE> <TR><TD>System:</TD><TD>radio</TD></TR> <TR><TD>Description:</TD><TD>Local Signal Levels</TD></TR> </TABLE> YLegend[_]: Signal Level - dB(m) LegendI[_]: Remote Rx Level LegendO[_]: Remote Tx Level Legend1[_]: Remote Unit Rx Level in dBm Legend2[_]: Remote Unit Tx Level in dBm Legend3[_]: Remote Rx Max value per interval on graph Legend4[_]: Remote Tx Max value per interval on graph Target[radio_remote_signal]: .1.3.6.1.4.1.2281.3.1.2.1.4.101&.1.3.6.1.4.1.2281.3.1.2.1.3.101:[EMAIL PROTECTED] Directory[radio_remote_signal]: radio MaxBytes[radio_remote_signal]: 50 Title[radio_remote_signal]: Remote Signal Levels - radio PageTop[radio_remote_signal]: <H1>Remote Signal Levels</H1> <TABLE> <TR><TD>System:</TD> <TD>radio</TD></TR> <TR><TD>Description:</TD><TD>Remote Signal Levels</TD></TR> </TABLE> ShortLegend[_]: degrees F Options[_]: gauge,unknaszero,growright,nopercent WithPeak[_]: ywm Unscaled[_]: YLegend[_]: Temp - degrees F LegendI[_]: Local Temp LegendO[_]: Remote Temp Legend1[_]: Local ODU Temp in degrees Fahrenheit Legend2[_]: Remote ODU Temp in degrees Fahrenheit Legend3[_]: Local Max ODU Temp Legend4[_]: Remote Max ODU Temp Target[radio_temp]: .1.3.6.1.4.1.2281.3.1.2.1.2.1&.1.3.6.1.4.1.2281.3.1.2.1.2.101:[EMAIL PROTECTED] Directory[radio_temp]: radio MaxBytes[radio_temp]: 150 Title[radio_temp]: ODU Temperature - radio PageTop[radio_temp]: <H1>ODU Temperature</H1> <TABLE> <TR><TD>System:</TD><TD>radio</TD></TR> <TR><TD>Description:</TD><TD>ODU Temperature in degrees Fahrenheit</TD></TR> </TABLE> -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
