the crontab for polling with spine is running just fine.
also i saw on the router that i was trying to poll (and ofc i tried also other devices) that there was snmp traffic coming from the cacti server. Oo
But, however, the graphs stay empty, and only say "nan" on things.
Some graphs are even not created at all:
Code: Select all
RRDTool Command:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="Localhost - Processes" \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="processes" \
--slope-mode \
--font TITLE:12: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
DEF:a="/opt/lampp/htdocs/cacti/rra/localhost_proc_7.rrd":proc:AVERAGE \
AREA:a#F51D30FF:"Running Processes" \
GPRINT:a:LAST:"Current\:%8.0lf" \
GPRINT:a:AVERAGE:"Average\:%8.0lf" \
GPRINT:a:MAX:"Maximum\:%8.0lf\n"
RRDTool Says:
ERROR: opening '/opt/lampp/htdocs/cacti/rra/localhost_proc_7.rrd': No such file
or directory