On Thu, Sep 29, 2005 at 11:15:12AM -0400, Tom Daly wrote: > Has anyone has problems when trying to use GPRINTs with RRDs.pm? Tobi's > docs indicate that "GPRINT:vname:format" is the corrent syntax for a > GPRINT.
(G)PRINT of a DEF: vname:CF:format (G)PRINT of a CDEF: vname:CF:format (G)PRINT of a VDEF: vname:format Last time I checked, this was in the documentation. Which piece is wrong? By the way, here's why: DEF and CDEF produce an array of rates. VDEF produces a single rate. You can print a single value but you need to summarize an array before you can print it. Makes sense, no? thanks, Alex -- 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
