Hello first i would like to thank you for this useful template. I use it for a long time and everything works fine until today. When I creating a new graph TCP template does not make any RRD files yet. Another templates makes graphs fine. My RRA folder have 777 permissions. I try to update with lastest version but i have not changes.orchius wrote:This attachment is latest bug fixed TCP port template.
Enjoy!
Data Source Debug
/usr/bin/rrdtool create \
/usr/share/cacti/site/rra/freinet_de_tcp_332.rrd \
--step 300 \
DS:TCP:GAUGE:600:0:1 \
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: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 \
RRDTool Command:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title='Freinet.de - TCP State - 143' \
--base=1000 \
--height=200 \
--width=950 \
--alt-autoscale-max \
--lower-limit='0' \
--vertical-label='' \
--slope-mode \
--font TITLE:10: \
--font AXIS:7: \
--font LEGEND:8: \
--font UNIT:7: \
DEF:a="/usr/share/cacti/site/rra/freinet_de_tcp_332.rrd":'TCP':AVERAGE \
AREA:a#EA8F00FF:"TCP" \
GPRINTLAST:"%8.0lf\n" \
COMMENT:"(1 = Running, 0 = Stopped)"
RRDTool Says:
ERROR: opening '/usr/share/cacti/site/rra/freinet_de_tcp_332.rrd': No such file or directory
Please help me , i try everything from this topic...