On Thu, 2007-11-15 at 16:01 -0600, Joe Reinhart wrote:
> I tried it both with and without the growright option in the cfg file
> with no change.  I would like it to grow to the right, i.e the little
> red arrow on the right side of the graph.  I have included the cfg
> file that it is using.  As I said, i have tried it with and without
> the growright option.
> _____________________________________________________________________________________________________
> # Created by
> # ./cfgmaker --global 'WorkDir: /home/mrtg/CCU/paxtonccu101/' --global
> 'Options[_]: growright' --global 'Options[_]: integer' --global
> 'Options[_]: unknaszero' --global 'Options[_]: nopercent'
> --community=IlliComNet --snmp-options=::1:1::1
> --output=/usr/local/mrtg-2/bin/paxtonccu101.cfg 10.0.11.2
> 
The only Option[] you are applying is nopercent.  a [_] tag overrides
all previous ones.  That lets you insert different [_] tags in the
middle of the config file, and only those targets below are affected.

Try --global 'Options[_]: growright,integer,unkaszero,nopercent' instead.
And unless you have really bizarre gear that only supports SNMP v1, you
should use SNMP v2 or v3 (not just for the 64-bit counters, but also for
the bulk-get feature which makes the polling less network intense)

--snmp-options=::1:1::2

-- 
Daniel J McDonald, CCIE #2495, CISSP #78281, CNX
Austin Energy
http://www.austinenergy.com

_______________________________________________
mrtg mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/mrtg

Reply via email to