I had a similar situation. What I've done instead is modified the graph rrd batch file to do nothing, setup my own batch files to generate graphs on 10 minute, 30 minute, hourly and daily frequencies. These batch files are set up as scheduled tasks. For example: generate_graphs_10_min.cmd has: call graph_hour.cmd generate_graphs_30_min.cmd has: call graph_day.cmd generat_graphs_hourly.cmd has: call graph_week.cmd generate_graphs_daily.cmd has: call graph_month.cmd call graph_year.cmd
graph_hour.cmd has all the hourly graph generation items ...rrdtool.exe graph ....-s -3600 --imgformat PNG ... and so on... This, of course, makes maintenance a bit of a nightmare, so I put together a spreadsheet to read the SAlive host file and use macros to generate the individual batch files. My only real problem with this is that I have to be very careful about creating new entries as I accidentally ran the generate script once and it overwrote the existing RRD databases, discarding more than a year's worth of data. I didn't notice this quick enough to make it worthwhile going to backups. Regards, Brett Hanson Systems Analyst Agrium, Inc. >>> "Dirk" <d...@woodstone.nu> 2/5/2009 5:55 AM >>> Currently that is not possible, but it does look like a great idea to add that.. Dirk Bulinckx. From: Servers Alive Discussion List [mailto:sal...@woodstone.nu] On Behalf Of ian.g...@okieurope.com Sent: Thursday, February 05, 2009 1:45 PM To: Servers Alive Discussion List Subject: [SA-list] RRDTool Graphing Frequency I've started producing Up/Down graphs from RRDTool as well as CHK and RTR. The trouble is, it takes longer to produce the graphs than the interval between one graph.bat starting and the next. I'm therefore getting an infinitely increasing number of batch files running. I can work around this in the short term by increasing the interval between checks, but that's not desirable. Is there a way to specify how often graphs are produced? In other words, is it possible (or *would* it be possible, Dirk) to say that I only want the graph batch file to run (say) every 2nd check cycle? Cheers, Ian _________________________________ Ian K Gray OEL IS - European Infrastructure Support Tel: +44 1236 502661 Mob: +44 7881 518854 Ad eundum quo nemo ante iit ______________________________________________________________________________ Any opinions expressed in this email are those of the individual and not necessarily of the Company. This email and any files transmitted with it, including replies and forwarded copies (which may contain alterations) subsequently transmitted from the Company are confidential and solely for the use of the intended recipient. It may contain material protected by legal privilege. If you are not the intended recipient or the person responsible for delivering to the intended recipient, be advised that you have received this email in error and that any use is strictly prohibited. Please notify the sender immediately of the error and delete any copies of this message Warning: Although the Company has taken reasonable precautions to ensure that no viruses are present in this e-mail, the Company cannot accept responsibility for any loss or damage arising from the use of this e-mail or attachments. To unsubscribe send a message with UNSUBSCRIBE in the subject line to salive@woodstone.nu If you use auto-responders (like out-of-the-office messages), make sure that they are not sent to the list nor to individual members. Doing so will cause you to be automatically removed from the list. To unsubscribe send a message with UNSUBSCRIBE in the subject line to salive@woodstone.nu If you use auto-responders (like out-of-the-office messages), make sure that they are not sent to the list nor to individual members. Doing so will cause you to be automatically removed from the list. _____________________________________________________________ IMPORTANT NOTICE ! This E-Mail transmission and any accompanying attachments may contain confidential information intended only for the use of the individual or entity named above. Any dissemination, distribution, copying or action taken in reliance on the contents of this E-Mail by anyone other than the intended recipient is strictly prohibited and is not intended to, in anyway, waive privilege or confidentiality. If you have received this E-Mail in error please immediately delete it and notify sender at the above E-Mail address. Agrium uses state of the art anti-virus technology on all incoming and outgoing E-Mail. We encourage and promote the use of safe E-Mail management practices and recommend you check this, and all other E-Mail and attachments you receive for the presence of viruses. The sender and Agrium accept no liability for any damage caused by a virus or otherwise by the transmittal of this E-Mail. _____________________________________________________________ To unsubscribe send a message with UNSUBSCRIBE in the subject line to salive@woodstone.nu If you use auto-responders (like out-of-the-office messages), make sure that they are not sent to the list nor to individual members. Doing so will cause you to be automatically removed from the list.