> Works fine, the graphs seems to show the right figures, but underneath > where the value is supposed to show there is only "%.1lf" instead.. > > Any ideas? Seems to come from mrtg-rrd.cgi which I use as a frontend: > > Lines 567-569: > > push @args, 'PRINT:out:MAX:%.1lf', 'PRINT:in:MAX:%.1lf', > 'PRINT:out:AVERAGE:%.1lf', 'PRINT:in:AVERAGE:%.1lf', > 'PRINT:out:LAST:%.1lf', 'PRINT:in:LAST:%.1lf';
Try changing the single quote to double quotes. There's a difference in Perl (anything between ' and ' is printed like it is). Jeremy Fluhmann McLane Information Systems -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
