I want to get rid of the B/s pert of the legend, as I am graphing CPU Usage on my Cisco router. I have the MIB for 1 minute and 5 minute averages, and I am getting the right data, but I cant get rid of the "B/s" (bytes per sec, I assume)
It looks like
Average 1 minute load 1.0 B/s (1.0%) Current 1 minute load 3.0 B/s (3.0%) Average 5 minute load 1.0 B/s (1.0%) Current 5 minute load 3.0 B/s (3.0%)
I just want the output to look like
Average 1 minute load 1.0% Current 1 minute load 3.0% Average 5 minute load 1.0% Current 5 minute load 3.0%
If I have to, I will get rid of the legend, but the optimum solution would be to fix it.
Here is the config file:
runasdaemon:yes interval:5 Options[_]: growright, gauge Target[fw2-cpu]: 1.3.6.1.4.1.9.2.1.57.0&1.3.6.1.4.1.9.2.1.58.0:community@myrouter.nwtraders.msft::::2 YLegend[fw2-cpu]: CPU Usage Legend1[fw2-cpu]: 1 minute load Legend2[fw2-cpu]: 5 minute load LegendI[fw2-cpu]: 1 minute load LegendO[fw2-cpu]: 5 minute load MaxBytes[fw2-cpu]: 100 Title[fw2-cpu]: CPU Analysis for FW2 PageTop[fw2-cpu]: Processor Usage Analysis for FW2 WorkDir: e:\web\net\test
|