I had the same problem...

Look at /proc/net/dev, you should have entries for ppp1 ppp2 and ppp3. but
with not usefull information behind.
The server monitoring module looks in this file to find what interface to
monitor... but it seems like this file does not alway contain the active
interfaces.
I only had messages for ppp1 so I modified the monitoring scipt
(/usr/bin/netinfo.pl) and replaced the lines where there is
if ( $1 ne lo )
by
if( $1 ne lo && $1 ne ppp1)
works fine...
not very elegant...
but works...

----- Original Message -----
From: "Michael Jung" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 08, 2001 9:42 AM
Subject: [e-smith-devinfo] Masses of cron mails of Server monitoring module


> After normal running of a few days the E-Smith Server Monitoring Module
> started to produce masses of cron error mails:
> It may be caused by a timezone change I done(?)
>
> Email title: "Cron <root@SONNE>    /usr/bin/netinfo.pl"
> ERROR: rrdopen can't open '/var/lib/rrd/ppp1.rrd': No such file or
directory
> ERROR: rrdopen can't open '/var/lib/rrd/ppp3.rrd': No such file or
directory
> ERROR: rrdopen can't open '/var/lib/rrd/ppp2.rrd': No such file or
directory
>
> --------
>
> This morning I got 1020 emails, every minute one.
> Uninstalled the rpms.
>
> Michael Jung
>
>
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Archives by mail and
http://www.mail-archive.com/devinfo%40lists.e-smith.org
>
>
>


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org

Reply via email to