thanos1983 <[email protected]> wrote: > ... when I use > "GPRINT:".$in_min.": Minimum\:%6.2lf %S", I get a floating value: 195.20 for > example, although that the value inserted is 195.
See http://www.vandenbogaerdt.nl/rrdtool/ and in particular the tutorial titled "Rates, normalizing and consolidating" to see why your integers get converted to decimals. Then, as other have pointed out, the n.m in your gprint statement control the number of significant digits and decimal places to be used - see the PRINT section on http://oss.oetiker.ch/rrdtool/doc/rrdgraph_graph.en.html _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
