>>> "David Puckett" <[EMAIL PROTECTED]> 04/07/04 02:23PM >>> >Can I change the 5 min (300) to 1 min (60) and have everything still work? >(the existing RRD files will need to be deleted?) > >rrdtool.exe create $rrdfile --step 300 >sleep 300;
You can change it, but without adding an adidtional RRA, it won't look any different than if you were polling every 5 minutes. So yes, to answer your question - it will work. But it won't have the intended result. Paul -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
