[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xymon] RE: [hobbit] Re: rrd history chart disappears under conn, memory and disk after 24 hours
- To: xymon (at) xymon.com
- Subject: Re: [xymon] RE: [hobbit] Re: rrd history chart disappears under conn, memory and disk after 24 hours
- From: TJ Yang <tjyang2001 (at) gmail.com>
- Date: Thu, 15 Jul 2010 06:30:18 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=Xisp/vWPn2CsiGz8oVZ6io6OVSGXN57OGrxXeLwZHd8=; b=xKyiD8/8YRPiZyH7JnfK1gP/bEhou+nPIjUS9ShSjtD4afERIM7imHIzReQ/n7YPAq Eyc5c7rEesCwxIrA9rXHasKmjjVAMS8cc0WXH1SxOXRebSTvom+D6K2ESEIOs5/gE/A3 LMWPmBq5pFksXsfKlhgHn+S61ppD3rqP0alsI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=LjN0PCZ+aPFq/AOQa6h+/WNJdxuBUp7x2l/Rm2QluZ2WVpRHC1HOYoA7b3p4tJxzNI nMkzz0RxD5esZj+jYCWEYqPtrgSQt0DpWtWwh+EQX2eXg7ipPxK9BnZowR6npdjHo6rG zldzhU54GTO4FXqUvGv9SPyE61NYOEoRuxMe4=
- References: <4a08280f1001242045h4e3b7847tcde9c7b60c71233c (at) mail.gmail.com> <4a08280f1002030541n762d3df5k1c0dfb02def6b6e3 (at) mail.gmail.com> <E3DD778AAB612749A8C610B39D1850DA0699089A (at) msitmx02.fellowes-na.com> <E38DCD6606C55F499A4125611AB8D996091BDD17 (at) cvsexbpd2.Corp.CVS.com> <D7D88E4E08EBDF4487A687A1B2E4133D03C62CDD (at) TSDP-ML-203.tsdp.ap.toshiba-dpg.local>
On Wed, Jul 14, 2010 at 8:30 PM, Lapuz, Ryan Jay <
ryanjay.lapuz (at) tsdp.toshiba.co.jp> wrote:
> Hi Thomas,
>
> Good day!
>
> I am having the same issue, but the problem is that it is my Xymon server
> that is installed on CentOS that is displaying ‘day’ instead of ‘days’ when
> executing uptime command.
>
Hi, Jay
Can you file a bug report at R1 ?
And provide as much info as you can, like provide an uptime command output
when machine is up less then two days.
R1: https://sourceforge.net/tracker/?group_id=128058&atid=710488
This way we trace the bug and fix it in the up coming releases.
Thanks
tj
> So all my clients’ graph are not displaying after the time that you
> specified on your email.
>
> Can you help me on how to solve this problem?
>
> Thanks in advance.
>
> Best regards,
>
> Ryan
>
>
>
> *From:* Brand, Thomas R. [mailto:TRBrand (at) cvs.com]
> *Sent:* Thursday, February 04, 2010 1:55 AM
> *To:* hobbit (at) hswn.dk
> *Subject:* RE: [hobbit] Re: rrd history chart disappears under conn,
> memory and disk after 24 hours
>
>
>
> I had similar symptoms a while back running Xymon on SLES 10.1 (SuSE
> Linux).
>
> The rrd graphs would display data for hours 0-24 after a reboot, no data
> for hours 24-48,
>
> and then be fine again for hours 48+.
>
>
>
>
>
> I determined that, when running under SLES, the uptime command returns the
> string:
>
> ‘day’ for uptime >= 24 hours && <48 hours; eg, 1 day
>
> ‘days’ for uptime >= 48 hours; eg 3 day*s*
>
>
>
> On the Xymon server, it appears the software is only looking for the string
> ‘days’.
>
>
>
> I modified the [uptime] section in ~hobbit/client/bin/hobbitclient-linux.sh
> and added a perl
>
> command to change ‘ day ‘ to ‘ days ‘.
>
>
>
> echo "[uptime]"
>
> uptime | perl -pe "s/^(.*) day (.*)/\1 days \2/"
>
>
>
>
>
>
>
> *Tom Brand*
>
> Disclaimer: 1) all opinions are my own, 2) I may be completely wrong, 3)
> my advice is worth at least as much as what you are paying for it, or your
> money cheerfully refunded.
> ------------------------------
>
> *From:* White, Bruce [mailto:bewhite (at) fellowes.com]
> *Sent:* Wednesday, February 03, 2010 11:42 AM
> *To:* hobbit (at) hswn.dk
> *Subject:* RE: [hobbit] Re: rrd history chart disappears under conn,
> memory and disk after 24 hours
>
>
>
> I have been running two Xymon- 4.3.0-0.beta2 running on RedHat AS 5.2
> servers for over three months and hive not seen anything like you describe
> on either server.
>
>
>
> …….Bruce
>
>
>
>
>
> *Bruce White*
>
> Senior Enterprise Systems Engineer | Phone: 630-671-5169 | Fax:
> 630-893-1648 | bewhite (at) fellowes.com | www.fellowes.com
>
>
>
>
>
>
>
> Disclaimer: The information contained in this message may be privileged and
> confidential and protected from disclosure. If the reader of this message is
> not the intended recipient or an employee or agent responsible for
> delivering this message to the intended recipient, you are hereby notified
> that any dissemination, distribution or copying of this communication is
> strictly prohibited. If you have received this communication in error,
> please notify us immediately by replying to the message and deleting it from
> your computer. Thank you. Fellowes, Inc.
>
>
> ------------------------------
>
> *From:* ZHONGYU CHEN [mailto:w17682 (at) motorola.com]
> *Sent:* Wednesday, February 03, 2010 7:41 AM
> *To:* hobbit (at) hswn.dk
> *Subject:* [hobbit] Re: rrd history chart disappears under conn, memory
> and disk after 24 hours
>
>
>
> Hi,
>
> I switch to version 4.2.3 and I haven't see the same issue.
>
> Thanks.
>
> On Sun, Jan 24, 2010 at 10:45 PM, ZHONGYU CHEN <w17682 (at) motorola.com>
> wrote:
>
> Hi,
>
> I installed and configured xymon-4.3.0-beta2. Everything looks fine. But
> there is one strange thing beyond my understood. The rrd history chart
> disappears under tests/columns of conn, disk and memory after running 24
> hours. But I can see these charts under column trends. No time effect to the
> tests/columns of cpu and my custom tests. These rrd charts will stay there
> as far as time goes.
>
> If I add a new client, I can see these rrd charts under conn, disk and
> memory during the first 24 hours (or the first day).
>
> Anyone sees the same phenomenon? Did I miss something in configuration?
>
> Thank you in advance.
>
> --
> Zhongyu Chen
>
>
>
--
T.J. Yang