when I execute :gandalf wrote:Please visit graph management and post debug outputambre wrote:okTheWitness wrote:For future graphs, you need to change the upper limit. For existing graphs, you must execute the "rrdtool tune -a" command. Goto rrdtool.org and read all about it.
TheWitness
If I want to change the max value of my graph in order to show on graph the :
current, average and max, I can execute that:
rrdtool tune xxx.rrd --maximum <ds-name>:<new-ds max>
To See other information than Nan:
Reinhard
rrdtool fetch xxx.rrd AVERAGE --start "now -1h"
I get:
Avail Used Total
1235389200: nan 3,1975380400e+08 nan
1235389500: nan 3,1975380400e+08 nan
1235389800: nan 3,1975380400e+08 nan
1235390100: nan 3,1975380400e+08 nan
1235390400: nan 3,1975380400e+08 nan
1235390700: nan 3,1975380400e+08 nan
1235391000: nan 3,1975380400e+08 nan
1235391300: nan 3,1975380400e+08 nan
1235391600: nan 3,1975380400e+08 nan
1235391900: nan 3,1975380400e+08 nan
1235392200: nan 3,1975380400e+08 nan
1235392500: nan 3,1975380400e+08 nan
1235392800: nan nan nan
why nan?