very cool. I was just looking at using powershell and schedule the powershell script via task scheduler to run every 5 mins the script I had in mind was something on the lines of:
$CMD = "rrdtool.exe" $arg1 = "graph" $arg2 = "graphs/graph.png" & $CMD $arg1 $arg2 ... On Thu, Jul 16, 2015 at 12:23 PM, Brent Barr <[email protected]> wrote: > That works for small installations, but at some point you may grow to > the point that the CPU and disk cycles needed for pointless updates is > objectionable. > > I've gone to a system that uses a python file to generate the graphs on > the fly. Request the HTML page and it takes 5+ seconds to go get the data > and generate the charts for that page. Means I only generate charts a few > times a week, and that the data is always the freshest. > > Brent > > From: Devante Vargas <[email protected]> > Date: Thursday, July 16, 2015 at 8:35 AM > To: "[email protected]" <[email protected]> > Subject: [rrd-users] scheduling RRD graph upates on a windows 2008 R2 > platform > > Hi guys, > > Wondering how some of you on Windows Server 2008 R2 platforms are > automating the graph updating? > I currently am in a situation where my graph update is being run manually. > Do you guys use batch files and then schedule them? > > Thanks, > > Devante Vargas >
_______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
