I'm not sure it'd be that easy.. especially if your RRDs are all
configured for 300 second steps.. You might end up loosing some data in
your RRDs.  You'd get a bunch of messages in the poller log file about
"invalid update attempted".. I can't remember exactly..

I've never converted mid-run to/from a larger step in RRD as it seemed
rather annoying.. atleast a few years ago when I was doing lots of RRD
related work.

On Thu, Jun 02, 2005 at 07:27:35PM +0200, Seweryn Niemiec wrote:
> Dnia 02-06-2005, czw o godzinie 13:18 -0400, Paul Stewart napisa?(a):
> > Hi there...
> > 
> > We'd like to change our polling globally on everything from 5 minutes to
> > 1 minute both for stuff we're already monitoring and for all future
> > devices... what's the easiest way to do this?
> 
> AKAIK you just need to edit /etc/cron.d/jffnms.
> 
> change 
> # Old/Current Poller
> */5  * * * *    jffnms cd $JFFNMS && $PHP -q poller.php >/dev/null 2>&1
> 
> to 
> 
> # Old/Current Poller
> */1  * * * *    jffnms cd $JFFNMS && $PHP -q poller.php >/dev/null 2>&1
> 
> Regards,
> Seweryn Niemiec
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by Yahoo.
> Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
> Search APIs Find out how you can build Yahoo! directly into your own
> Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
> _______________________________________________
> jffnms-users mailing list
> jffnms-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jffnms-users
> 

-- 
Brad Lhotsky <[EMAIL PROTECTED]>


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to