<div>I had the opposite problem a while back (checks which only ran every 30 minutes making the grahps really choppy.</div>
<div>You can change the heartbeat value in nagiosgraph.conf which controls the --step for rrdcreate (<a href="http://oss.oetiker.ch/rrdtool/doc/rrdcreate.en.html">http://oss.oetiker.ch/rrdtool/doc/rrdcreate.en.html</a>)</div>

<div>This will only affect new rrdfiles created so if you want to preserve existing data you are going to need to migrate it and if you do not want this setting applied to all new rrd files you will need to change it back.</div>

<div>Take it Easy</div>
<div>Eric<br><br></div>
<div class="gmail_quote">On Mon, Jan 4, 2010 at 7:37 PM, Litwin, Matthew <span dir="ltr"><<a href="mailto:mlitwin@stubhub.com">mlitwin@stubhub.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">I need some assistance with nagiosgraph, specifically with how it handles RRD data.<br><br>I am finding that there is a 300 second resolution limitation with nagiosgraph and how it uses rrdtool. I see the 300 second resolution clearly in the graphs themselves (regardless of how much I "zoom") which also correlates to the head of the output of 'rrdtool dump' for any of the RRD files nagiosgrah has created:<br>
<br><!-- Round Robin Database Dump --><rrd> <version> 0003 </version><br>       <step> 300 </step> <!-- Seconds --><br>       <lastupdate> 1262647468 </lastupdate> <!-- 2010-01-04 23:24:28 UTC --><br>
<br>       <ds><br>               <name> errors </name><br>               <type> GAUGE </type><br>               <minimal_heartbeat> 60 </minimal_heartbeat><br>               <min> NaN </min><br>
               <max> NaN </max><br><br>               <!-- PDP Status --><br>               <last_ds> 0 </last_ds><br>               <value> 6.0000000000e+01 </value><br>               <unknown_sec> 0 </unknown_sec><br>
       </ds><br><br>The problem with this is that I have monitors the run every 60 seconds and the lack of precision is excessively smoothing the graphs to the point of them being useless.<br><br>My question is two-fold:<br>
1) Where is this "step" period of 300 seconds specified in nagiosgraph?<br>2) If I were to globally change the "step" period in nagiosgraph from 300 seconds to 60 seconds is there some way that I can keep my existing RRD data or would it become corrupted if I tried to change this?<br>
<br>Thanks,<br>Matthew Litwin<br><a href="mailto:mlitwin@stubhub.com">mlitwin@stubhub.com</a><br>415.222.8475<br><br><br>------------------------------------------------------------------------------<br>This SF.Net email is sponsored by the Verizon Developer Community<br>
Take advantage of Verizon's best-in-class app development support<br>A streamlined, 14 day to market process makes app distribution fast and easy<br>Join now and get one step closer to millions of Verizon customers<br>
<a href="http://p.sf.net/sfu/verizon-dev2dev" target="_blank">http://p.sf.net/sfu/verizon-dev2dev</a><br>_______________________________________________<br>Nagios-users mailing list<br><a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br><br></blockquote></div><br>