<br><br><div class="gmail_quote">On Wed, Jul 14, 2010 at 8:30 PM, Lapuz, Ryan Jay <span dir="ltr"><<a href="mailto:ryanjay.lapuz@tsdp.toshiba.co.jp">ryanjay.lapuz@tsdp.toshiba.co.jp</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div lang="EN-US" link="blue" vlink="blue"><div><p class="MsoNormal" style="margin-bottom:10.0pt;line-height:115%"><span style="font-size:10.0pt;line-height:115%;color:#1F497D">Hi Thomas,</span></p><p class="MsoNormal" style="margin-bottom:10.0pt;line-height:115%">
<span style="font-size:10.0pt;line-height:115%;color:#1F497D">Good day!</span></p><p class="MsoNormal" style="margin-bottom:10.0pt;line-height:115%"><span style="font-size:10.0pt;line-height:115%;color:#1F497D">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.</span></p>
</div></div></blockquote><div>Hi, Jay</div><div><br></div><div>Can you file a bug report at R1 ?</div><div>And provide as much info as you can, like provide an uptime command output when machine is up less then two days.</div>
<div><br></div><div>R1: <a href="https://sourceforge.net/tracker/?group_id=128058&atid=710488">https://sourceforge.net/tracker/?group_id=128058&atid=710488</a></div><div><br></div><div>This way we trace the bug and fix it in the up coming releases.</div>
<div><br></div><div>Thanks</div><div><br></div><div>tj</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div lang="EN-US" link="blue" vlink="blue"><div><p class="MsoNormal" style="margin-bottom:10.0pt;line-height:115%">
<span style="font-size:10.0pt;line-height:115%;color:#1F497D">So all my clients’ graph are not displaying after the time that you specified on your email.</span></p><p class="MsoNormal" style="margin-bottom:10.0pt;line-height:115%">
<span style="font-size:10.0pt;line-height:115%;color:#1F497D">Can you help me on how to solve this problem?</span></p><p class="MsoNormal" style="margin-bottom:10.0pt;line-height:115%"><span style="font-size:10.0pt;line-height:115%;color:#1F497D">Thanks in advance.</span></p>
<p class="MsoNormal" style="margin-bottom:10.0pt;line-height:115%"><span style="font-size:10.0pt;line-height:115%;color:#1F497D">Best regards,</span></p><p class="MsoNormal" style="margin-bottom:10.0pt;line-height:115%"><span style="font-size:10.0pt;line-height:115%;color:#1F497D">Ryan</span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:#1F497D"> </span></p><div><div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in"><p class="MsoNormal"><b><span style="font-size:10.0pt">From:</span></b><span style="font-size:10.0pt"> Brand, Thomas R. [mailto:<a href="mailto:TRBrand@cvs.com" target="_blank">TRBrand@cvs.com</a>] <br>
<b>Sent:</b> Thursday, February 04, 2010 1:55 AM<br><b>To:</b> <a href="mailto:hobbit@hswn.dk" target="_blank">hobbit@hswn.dk</a><br><b>Subject:</b> RE: [hobbit] Re: rrd history chart disappears under conn, memory and disk after 24 hours</span></p>
</div></div><p class="MsoNormal"> </p><p class="MsoNormal"><span style="font-size:10.0pt;color:navy">I had similar symptoms a while back running Xymon on SLES 10.1 (SuSE Linux).</span></p><p class="MsoNormal"><span style="font-size:10.0pt;color:navy">The rrd graphs would display data for hours 0-24 after a reboot, no data for hours 24-48,</span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:navy">and then be fine again for hours 48+.</span></p><p class="MsoNormal"><span style="font-size:10.0pt;color:navy"> </span></p><p class="MsoNormal"><span style="font-size:10.0pt;color:navy"> </span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:navy">I determined that, when running under SLES, the uptime command returns the string:</span></p><p class="MsoNormal" style="text-indent:.5in"><span style="font-size:10.0pt;color:navy">‘day’   for uptime >= 24 hours && <48 hours; eg, 1 day</span></p>
<p class="MsoNormal" style="text-indent:.5in"><span style="font-size:10.0pt;color:navy">‘days’ for uptime >= 48 hours; eg 3 day</span><b><span style="font-size:10.0pt;color:red">s</span></b><span style="font-size:10.0pt;color:navy"></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:navy"> </span></p><p class="MsoNormal"><span style="font-size:10.0pt;color:navy">On the Xymon server, it appears the software is only looking for the string ‘days’.</span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:navy"> </span></p><p class="MsoNormal"><span style="font-size:10.0pt;color:navy">I modified the [uptime] section in ~hobbit/client/bin/hobbitclient-linux.sh and added a perl </span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:navy">command to change ‘ day ‘ to  ‘ days ‘.</span></p><p class="MsoNormal"><span style="font-size:10.0pt;color:navy"> </span></p><p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#003300">echo "[uptime]"</span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#003300">uptime | perl -pe "s/^(.*) day (.*)/\1 days \2/"</span></p><p class="MsoNormal"><span style="font-size:10.0pt;color:navy"> </span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:navy"> </span></p><p class="MsoNormal"><span style="font-size:10.0pt;color:navy"> </span></p><div><p class="MsoNormal"><strong><i><span style="font-size:18.0pt;font-family:"Monotype Corsiva";color:blue">Tom Brand</span></i></strong><span style="color:navy"></span></p>
<p class="MsoNormal"><span style="font-size:7.5pt;color:red">Disclaimer</span><span style="font-size:7.5pt;color:black">:  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.</span></p>
</div><div><div class="MsoNormal" align="center" style="text-align:center"><hr size="3" width="100%" align="center"></div><p class="MsoNormal"><b><span style="font-size:10.0pt">From:</span></b><span style="font-size:10.0pt"> White, Bruce [mailto:<a href="mailto:bewhite@fellowes.com" target="_blank">bewhite@fellowes.com</a>] <br>
<b>Sent:</b> Wednesday, February 03, 2010 11:42 AM<br><b>To:</b> <a href="mailto:hobbit@hswn.dk" target="_blank">hobbit@hswn.dk</a><br><b>Subject:</b> RE: [hobbit] Re: rrd history chart disappears under conn, memory and disk after 24 hours</span></p>
</div><p class="MsoNormal"> </p><p class="MsoNormal"><span style="font-size:10.0pt;color:navy">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.</span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:navy"> </span></p><p class="MsoNormal"><span style="font-size:10.0pt;color:navy">     …….Bruce </span></p><p class="MsoNormal"><span style="font-size:10.0pt;color:navy"> </span></p>
<p> </p><p> <strong><span style="font-size:10.0pt;color:black">Bruce White</span></strong></p><p><span style="font-size:10.0pt;color:gray"> Senior Enterprise Systems Engineer | Phone: 630-671-5169 | Fax: 630-893-1648 | <a href="mailto:bewhite@fellowes.com" target="_blank">bewhite@fellowes.com</a> | <a href="http://www.fellowes.com/" target="_blank">www.fellowes.com</a></span></p>
<p> </p><p><img border="0" width="514" height="42" src="cid:image001.jpg@01CB23FF.61E5E4C0"> </p><p> </p><p><span style="font-size:7.5pt;color:gray">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.</span></p>
<p> </p><div><div class="MsoNormal" align="center" style="text-align:center"><hr size="2" width="100%" align="center"></div></div><div><p class="MsoNormal"><b><span style="font-size:10.0pt">From:</span></b><span style="font-size:10.0pt"> ZHONGYU CHEN [mailto:<a href="mailto:w17682@motorola.com" target="_blank">w17682@motorola.com</a>] <br>
<b>Sent:</b> Wednesday, February 03, 2010 7:41 AM<br><b>To:</b> <a href="mailto:hobbit@hswn.dk" target="_blank">hobbit@hswn.dk</a><br><b>Subject:</b> [hobbit] Re: rrd history chart disappears under conn, memory and disk after 24 hours</span></p>
</div><p class="MsoNormal"> </p><p class="MsoNormal" style="margin-bottom:12.0pt">Hi,<br><br>I switch to version 4.2.3 and I haven't see the same issue.<br><br>Thanks.</p><div><p class="MsoNormal">On Sun, Jan 24, 2010 at 10:45 PM, ZHONGYU CHEN <<a href="mailto:w17682@motorola.com" target="_blank">w17682@motorola.com</a>> wrote:</p>
<p class="MsoNormal">Hi,<br><br>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.<br>
<br>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).<br><br>Anyone sees the same phenomenon?  Did I miss something in configuration?<br><br>Thank you in advance.<br clear="all">
<br>-- <br><span style="color:#888888">Zhongyu Chen</span></p></div><p class="MsoNormal" style="margin-bottom:12.0pt"> </p></div></div></blockquote></div><br><br clear="all"><br>-- <br>T.J. Yang<br>