Flores, Many thanks to you and all for reading and helping. This just worked, you are genius man. For imidiate requirement solved I'll love to understand the basic configuration systax of cfg further, thats what was actually missing else as I also tried simillar target scripts already. I'll be gald if you can share some insight on the cfg syntax. Cheers, Kevin On 11/19/05, Alejandro Flores <alejandrorflores@xxxxxxxxx> wrote: > Hey, > > > Hello, > > I am trying to monitor a standard dial-up connection as ppp0 > > (non-static ip) with mrtg. I can generate a cfg file, but find ppp0 as > > disabled. Can some one please suggest a suitable configuartion syntax > > for ppp0. > > I use a script like this: > /usr/local/sbin/mrtgstats-net.sh > #!/bin/sh > > awk ' > /'$1':/ { > $0=substr($0,index($0,":")+1); > print $1;print $9 > } > ' /proc/net/dev > > And my mrtg.cfg looks like this: > > -- > Target[ppp0]: `/usr/local/sbin/mrtgstats-net.sh ppp0` > Title[ppp0]: Internet Traffic > MaxBytes[ppp0]: YOUR_SPEED_HERE_IN_BYTES/S > PageTop[ppp0]: <h1>Internet Traffic</h1> > Options[ppp0]: growright,bits,noinfo > -- > > This can be used to generate stats for others interfaces as well. > > -- > Regards, > Alejandro Flores > http://www.triforsec.com.br/ > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list >