Hmmm. That's interesting.<br><br>So, nothing is getting to the rrd file for the rrd graphing module to read.<br><br>Have you checked that the values are being sent through correctly?<br>By this, I mean, when it exceeds 100%, is your script still sending data correctly?<br>
Do you have some code somewhere in your script that sends non-numeric output at 100 or over?<br>Think in terms of what changes at 100 or above? You have moved from 2 characters to 3.<br>Also, has the input to your script changes in some subtle way at 100%, which will change the output.<br>
Remember, for NCV to work, the output has to be <br>fieldname : value<br>on a line on their own.<br>Any garbage will break it. Check especially for non-printable characters and control codes.<br>Dump your output to a file, and use cat -v<br>
<br>Cheers<br>     Vernon<br><br><div class="gmail_quote">On Thu, Jan 6, 2011 at 4:53 PM, Claessens Jurgen <span dir="ltr"><<a href="mailto:Jurgen.Claessens@cegeka.be">Jurgen.Claessens@cegeka.be</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div link="blue" vlink="purple" lang="NL-BE"><div><p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);" lang="EN-US">Hello,</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);" lang="EN-US"> </span></p><p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);" lang="EN-US">Thank you for the quick response. I checked the rrd data and it seems that no data is being written to the file when it exceeds 100%. Any idea where the problem could be located and how to fix it? </span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);" lang="EN-US"> As I said below 100% it writes fine, so I’m guessing that it’s not the format that is sent to Xymon, but how rrd reads it?</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);" lang="EN-US"> </span></p><p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);" lang="EN-US">Regards</span></p><p class="MsoNormal">
<span style="font-size: 11pt; color: rgb(31, 73, 125);" lang="EN-US"> </span></p><div style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0cm 0cm;">
<p class="MsoNormal"><b><span style="font-size: 10pt;" lang="EN-US">From:</span></b><span style="font-size: 10pt;" lang="EN-US"> Vernon Everett [mailto:<a href="mailto:everett.vernon@gmail.com" target="_blank">everett.vernon@gmail.com</a>] <br>
<b>Sent:</b> donderdag 6 januari 2011 9:15<br><b>To:</b> <a href="mailto:xymon@xymon.com" target="_blank">xymon@xymon.com</a><br><b>Subject:</b> Re: [xymon] rrd change</span></p></div><div><div></div><div class="h5"><p class="MsoNormal">
<span lang="EN-US"> </span></p><p class="MsoNormal" style="margin-bottom: 12pt;">First check the values in the rrd file.<br>Make sure they are being written to the data file.<br><br>Next, check hobbitgraphs.cfg<br>Your graph definition probably has <br>
-l 0<br>-u 100<br>Lower bound 0<br>Upper bound 100<br><br>Remove the -u 100, and the graph will automatically rescale itselft to the new data values.<br><br>Regards<br>     Vernon<br><br></p><div><p class="MsoNormal">On Thu, Jan 6, 2011 at 2:45 PM, Claessens Jurgen <<a href="mailto:Jurgen.Claessens@cegeka.be" target="_blank">Jurgen.Claessens@cegeka.be</a>> wrote:</p>
<p class="MsoNormal" style="margin-bottom: 12pt;">Hello,<br><br>I have an issue with a custom memory script I wrote. The script delivers everything fine and also the data is processed correctly in Xymon, but when the data goes above 100%, which it can, no more graphs are created. When it drops graphs are ok again. Does anyone know where/how exactly I need to modify the rrd so it accepts above 100% to create the graphs.<br>
<br>Thx in advance</p></div><p class="MsoNormal"> </p></div></div></div></div></blockquote></div><br>