PMP 450i MRTG Frame Utilization

Trying to get MRTG going with our PMP 450i's. Ended up using 

cfgmaker --show-op-down --ifref=descr Canopy@10.10.15.251:::::2

to get around issues of not being able to make config files. However, those basic charts just show throughput, and I need the frame utilization. I've got the OID's but everytime I try to make the config file work I get "ERROR: Target[Frame-Utilization][_IN_] ' $target->[0]{$mode} ' did not eval into defined data" and the same for [_OUT_]. Below is the config file I was using for testing purposes. I'm certain I'm probably overlooking something obvious but any help is greatly appreciated.

Target[Frame-Utilization]: 1.3.6.1.4.1.161.19.3.1.12.3.1&1.3.6.1.4.1.161.19.3.1.12.3.1:Canopy@10.10.15.251:::::2
MaxBytes[Frame-Utilization]: 100
Title[Frame-Utilization]: Frame Utilization
PageTop[Frame-Utilization]: <h1>Frame Utilization</h1>
ShortLegend[Frame-Utilization]: %
XSize[Frame-Utilization]: 380
YSize[Frame-Utilization]: 100
YLegend[Frame-Utilization]: Frame Utilization
Legend1[Frame-Utilization]: Downlink Frame Utilization in %
Legend2[Frame-Utilization]: Uplink Frame Utilization in %
LegendO[Frame-Utilization]: Usage
Options[Frame-Utilization]: growright

Sorry for the delay Justin... I don't know MRTG at all.  Checking with engineering to see if anyone can help with this.

Thanks Matt! Seth (Technical Consultant - Global Services) was able to help me find the OIDs for Frame Utilization but I don't want to keep bugging him with every little thing.

Justin,

  Are you still having problems with this?

   Thanks,

      Seth

Hey Seth, thanks for the response. Actually, I believe we've gotten it figured out after much trial and error. It looks like the errors I was getting were resolved by adding a ".0" to the end of the OIDs. Had some issues with the graphing after that but it turns out that the "gauge" option is necessary to output the relevant data onto the chart. This is the current config file and it seems to be working great so far!

Options[_]: growright, gauge
RunAsDaemon: yes
EnableIPv6: no

######################################################################

System:

Description:

Contact:

Location:

######################################################################

Target[frame-utilization]: .1.3.6.1.4.1.161.19.3.1.12.2.1.0&.1.3.6.1.4.1.161.19.3.1.12.2.2.0:Canopy@10.10.x.x:::::2
MaxBytes[frame-utilization]: 100
Title[frame-utilization]: Frame Utilization
PageTop[frame-utilization]: <h1>Frame Utilization</h1>
<div id=“sysdetails”>
<table>
<tr>
<td>Description:</td>
<td>Frame Utilization</td>
</tr>
<tr>
<td>Ip:</td>
<td><a href=“http://10.10.x.x” target="_blank">10.10.x.x</a></td>
</tr>
</table>
</div>
Unscaled[frame-utilization]: dwmy
ShortLegend[frame-utilization]: %
YSize[frame-utilization]: 100
YLegend[frame-utilization]: Frame Utilization
Legend1[frame-utilization]: Downlink Frame Utilization in %
Legend2[frame-utilization]: Uplink Frame Utilization in %
LegendI[frame-utilization]: Downlink
LegendO[frame-utilization]: Uplink

Hopefully this will help someone else out in the future.

3 Likes

Thanks Justin for posting your results... helping others is our goal here.