FrankB <[EMAIL PROTECTED]> writes:
> Am Sa, den 27.11.2004 schrieb fifo55 um 14:26:
> > Well, I do a rm of sit0.rrd, but it appears again...
> > I think I must remove from... the "net" system... but how ?
> > (what is this interface sit0 ?? )
> >
> > Please, tks for your answer...
> > Xavier
>
> sit is for encapsualting ipv6 in ipv4 datagramms
>
> maybe you could turn off ipv6 support,
> but i don't know where...
simply have a look at the /etc/sysconfig/network-scripts/ifup|down-sit
you can disable the IPV6 support globaly.
One another idea is to simply modify the script file that generates the
graphs. The package is called naat-monitoring
rpm -ql naat-monitoring gives |grep -v doc
/etc/cron.d/naat-monitoring
/usr/bin/monitoring-graph.pl
/usr/sbin/monitoring.pl
the cron file simply fires the /usr/sbin/monitoring.pl
these files generate graphs for the /proc/net/dev entries.
you sould simply add at the end of the nettraffic function in the
/usr/sbin/monitoring.pl script something like:
system ("rm -rf /var/lib/monitoring/net/sit*");
I could add this as default ...
> > > Am Do, den 25.11.2004 schrieb fifo55 um 20:31:
> > > > Hello,
> > > >
> > > > Please could you tell me how can I "destroy" 2 interfaces that
> > > > appears in the graphic monitoring (I don't have this interfaces :
> > > > sit0 & ppp1 ...but they appears in the graphic monitoring... )
> > > >
> > > > Tks for your answer
> > > > Xavier.
> > > >
> > >
> > > the monitoring-data's are hold in
> > > /var/lib/monitoring/net/
> > > delete sit0.rrd and ppp1.rrd...
> > > this should be all
>
> Hope this helps
>
> FrankB
>
>
> ____________________________________________________
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com
> Join the Club : http://www.mandrakeclub.com
> ____________________________________________________
--
Florin http://www.mandrakesoft.com
http://people.mandrakesoft.com/~florin/
____________________________________________________
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________