[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] ifstat.mac.rrd question
- To: "hobbit (at) hswn.dk" <hobbit (at) hswn.dk>
- Subject: RE: [hobbit] ifstat.mac.rrd question
- From: "McGraw, Robert P" <rmcgraw (at) purdue.edu>
- Date: Thu, 18 Feb 2010 14:22:31 -0500
- Accept-language: en-US
- Acceptlanguage: en-US
- References: <1CC2019D6A90EC449020595534777D4F858471F91F (at) VPEXCH03.purdue.lcl> <d6b65a271002171631u705c1011q8ee95e86506235af (at) mail.gmail.com> <426A0EF5343CDE4CAA8565BBEDB9526F01632E11 (at) USMSG111.leinternal.com>
- Thread-index: AcqwMhfQGfMPXzjZRGelp6AhNSR2JwAeH8kgAAlC28A=
- Thread-topic: [hobbit] ifstat.mac.rrd question
This was the solution.
Thanks for your help.
Robert
> -----Original Message-----
> From: Stewart, Tom L. [mailto:Tom.Stewart (at) landsend.com]
> Sent: Thursday, February 18, 2010 10:04 AM
> To: hobbit (at) hswn.dk
> Subject: RE: [hobbit] ifstat.mac.rrd question
>
>
> We see the same item on some of the Solaris boxes. We did the following
> to fix it.
>
> In the client/bin directory on the client.
>
> Change hobbitclient-sunos.sh
>
> /usr/bin/kstat -p -s '[or]bytes64'|grep -v wrsmd | sort
>
> To
>
> /usr/bin/kstat -p -s '[or]bytes64'|egrep -v 'wrsmd|mac' | sort
>
>
> You may not even have the grep within the line to remove the wrsmd.
>
> If this is not on a Solaris system, you will need to look at the
> appropriate client file in the same directory.
>
> You may also want to go into the rrd host directory and remove the
> ifstat.mac.rrd file.
>
> Tom
>
> -----Original Message-----
> From: Richard Finegold [mailto:goldfndr (at) gmail.com]
> Sent: Wednesday, February 17, 2010 6:32 PM
> To: hobbit (at) hswn.dk
> Subject: Re: [hobbit] ifstat.mac.rrd question
>
> On Mon, Feb 15, 2010 at 05:46, McGraw, Robert P <rmcgraw (at) purdue.edu>
> wrote:
> > I am getting this error message in my rrd-data.log about every
> minute.
> I looked in the archive about this and only found one entry that did
> not
> provide much help.
> >
> > Also in the trends in the network traffic graph I see an interface
> named "mac".
> >
> > 2010-02-15 08:41:35 RRD error updating
> /local/xymon/data/rrd/gauss.math.purdue.edu/ifstat.mac.rrd from
> 128.210.3.205:
> /local/xymon/data/rrd/gauss.math.purdue.edu/ifstat.mac.rrd: illegal
> attempt to update using time 1266241295 when last update time is
> 1266241295 (minimum one second step)
> >
> > 1) what is the "mac" interface?
> > 2) what is causing the above error and how can I prevent this?
>
> If 128.210.3.205 is gauss then try running "ifconfig" (or equivalent)
> on it, see what it says, see if "mac" is listed more than once. Are
> there other ifstat rrds for gauss, or other hosts with the same OS?
>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
>
>
>
>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
>
>