I've upgraded from 0.8.7c to 0.8.7e.
Followed procedure, everything went smooth, no cuts in the graphs even.
Compiled the new spine, that one is used, everything ok.
However when trying to add new data sources, the data files don't get created.
Nothing in the logs.
Where can I start looking?
Something which I think is weird for example is this:
Code: Select all
Data Source Debug
/usr/bin/rrdtool create \
/var/www/html/cacti-0.8.7e/rra/blah_traffic_output_6304.rrd \
--step 300 \
DS:traffic_input:COUNTER:600:0:rrd_maximum 1000 \
DS:traffic_output:COUNTER:600:0:rrd_maximum 1000 \
RRA:AVERAGE:0.5:1:600 \
RRA:AVERAGE:0.5:6:700 \
RRA:AVERAGE:0.5:24:775 \
RRA:AVERAGE:0.5:288:797 \
RRA:MIN:0.5:1:600 \
RRA:MIN:0.5:6:700 \
RRA:MIN:0.5:24:775 \
RRA:MIN:0.5:288:797 \
RRA:MAX:0.5:1:600 \
RRA:MAX:0.5:6:700 \
RRA:MAX:0.5:24:775 \
RRA:MAX:0.5:288:797 \
RRA:LAST:0.5:1:600 \
RRA:LAST:0.5:6:700 \
RRA:LAST:0.5:24:775 \
RRA:LAST:0.5:288:797 \
However there's no next line.
When I execute this from the command line I get the following:
Code: Select all
[root@cacti ~]# /usr/bin/rrdtool create \
> /var/www/html/cacti-0.8.7e/rra/blah_traffic_output_6304.rrd \
> --step 300 \
> DS:traffic_input:COUNTER:600:0:rrd_maximum 1000 \
> DS:traffic_output:COUNTER:600:0:rrd_maximum 1000 \
> RRA:AVERAGE:0.5:1:600 \
> RRA:AVERAGE:0.5:6:700 \
> RRA:AVERAGE:0.5:24:775 \
> RRA:AVERAGE:0.5:288:797 \
> RRA:MIN:0.5:1:600 \
> RRA:MIN:0.5:6:700 \
> RRA:MIN:0.5:24:775 \
> RRA:MIN:0.5:288:797 \
> RRA:MAX:0.5:1:600 \
> RRA:MAX:0.5:6:700 \
> RRA:MAX:0.5:24:775 \
> RRA:MAX:0.5:288:797 \
> RRA:LAST:0.5:1:600 \
> RRA:LAST:0.5:6:700 \
> RRA:LAST:0.5:24:775 \
> RRA:LAST:0.5:288:797 \
>
ERROR: min must be less than max in DS definition
Thanks,
Bram