Easy enough... mysql> UPDATE hosts SET poll_interval=86400 WHERE id=105; ... mysql> SELECT poll_interval FROM hosts WHERE id=105; 86400
We'll see how this works out. Thanks for the tip! Regards, Jade -----Original Message----- From: Javier Szyszlican [mailto:[EMAIL PROTECTED] Sent: Monday, February 14, 2005 4:30 PM Cc: [email protected] Subject: Re: [jffnms-users] Polling every 24hrs Hi Jade, You could just edit the db to put the number of second you want your interface polled every. Look for the poll_interval field in the interfaces table. The drop down goes only to the values I put in. I'll include the values you need in 0.8.1. Let me know if it worked. Javier [EMAIL PROTECTED] wrote: > In this case, hosts in question are disaster recovery ISDN only routers. > > > We're triggering a dial to grab config, and validate if the device is > still alive, nothing more. Tracking interfaces on said routers isn't > on the agenda. > > Jade > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > > Sent: Monday, February 14, 2005 4:13 PM > To: Deane, Jade E.; [email protected] > Subject: RE: [jffnms-users] Polling every 24hrs > > You have a serious risk for wrapping the couters. Polling every 24hrs > is really only good for GAUGES such as CPU and Memory, but wont be any > good for COUNTERS such as inOctets and outOctets. > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > [EMAIL PROTECTED] > Sent: Monday, February 14, 2005 5:05 PM > To: [email protected] > Subject: [jffnms-users] Polling every 24hrs > > > Can anyone suggest a method for polling a host/interface every 24hrs? > I see by default the max is 60min. > > Regards, > Jade > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide Read honest & candid > reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick > _______________________________________________ > jffnms-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jffnms-users > > > ********************************************************************** > This transmission may contain information that is privileged, > confidential and/or exempt from disclosure under applicable law. If > you are not the intended recipient, you are hereby notified that any > disclosure, copying, distribution, or use of the information contained > herein (including any reliance thereon) is STRICTLY PROHIBITED. If you > received this transmission in error, please immediately contact the > sender and destroy the material in its entirety, whether in electronic > or hard copy format. Thank you > ********************************************************************** > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide Read honest & candid > reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id396&op=click > _______________________________________________ > jffnms-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jffnms-users -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Javier Szyszlican, Project Leader, JFFNMS [EMAIL PROTECTED] I hope JFFNMS or I were helpful to you, if you can, please donate at http://jffnms.org/donate ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users
