I have a problem with Cacti and monitoring the call load of a Squire MG1000.
I have created a graph using the SNMP Generic OID template. In the graph overview, I also see data for current, average and maximum calls but no graph for the calls of the MG1000.
When I create a CSV export of the graph, the exported file is also empty. It looks like that Cacti stores the data nowhere to create a graph.
RRDTool Command:
Code: Select all
/bin/rrdtool graph - \
--imgformat=PNG \
--start='-180000' \
--end='-300' \
--pango-markup \
--title='squire MG1000 - squire_current_calls' \
--slope-mode \
--base=1000 \
--height=120 \
--width=500 \
--tabwidth '30' \
--alt-autoscale-max \
--lower-limit='0' \
--border 1 --slope-mode \
--watermark 'Copyright (C) 2004-2017 The Cacti Group' \
DEF:a='/usr/share/cacti/rra/squire_mg1000_snmp_oid_125.rrd':'snmp_oid':LAST \
GPRINT:a:LAST:'Current\:%8.2lf %s' \
GPRINT:a:AVERAGE:'Average\:%8.2lf %s' \
GPRINT:a:MAX:'Maximum\:%8.2lf %s\n'
If I go to the squire MG1000 at the device menu, I get a "ICMP ping Timed out" error.
Can this be related to the problem?
thank you in advance
Sven