On Tue, May 16, 2006 at 10:03:31AM -0700, Christine Knutson wrote: > I would like to include the date and time in legend of my graph that > would show either the date and time of the last update or when the graph > was plotted. I think there must be a way to do this but I have not > figured it out. Can anyone tell me how?
Don't do this inside RRDtool. Do this from the calling program. An example for the bash shell: rrdtool graph test.png --title "Created $(date +%Y-%m-%d\ %H:%M:%S)" "LINE4:100#0000FF" -- Alex van den Bogaerdt http://www.vandenbogaerdt.nl/rrdtool/ -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
