Basically the problem is that I cannot graph any of the ucd/net templates or the hostMIB templates.
The two machines I am talking about are Dell Optiplex GX270's running Debian Etch.
I have enabled the graphs for them and also added them to the main tree however nothing is being graphed, also I cannot even add the interfaces as there is nothing detected!
The output from verbose debug mode is for CPU:
Code: Select all
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="Dell Optiplex GX270 Desktop - CPU Usage" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="percent" \
--slope-mode \
DEF:a="/usr/share/cacti/site/rra/dell_optiplex_gx270_desktop_cpu_system_148.rrd":cpu_system:AVERAGE \
DEF:b="/usr/share/cacti/site/rra/dell_optiplex_gx270_desktop_cpu_user_149.rrd":cpu_user:AVERAGE \
DEF:c="/usr/share/cacti/site/rra/dell_optiplex_gx270_desktop_cpu_nice_147.rrd":cpu_nice:AVERAGE \
CDEF:cdefbc=TIME,1212250821,GT,a,a,UN,0,a,IF,IF,TIME,1212250821,GT,b,b,UN,0,b,IF,IF,TIME,1212250821,GT,c,c,UN,0,c,IF,IF,+,+ \
AREA:a#FF0000:"System" \
GPRINT:a:LAST:"Current\:%8.2lf %s" \
GPRINT:a:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:a:MAX:"Maximum\:%8.2lf %s\n" \
AREA:b#0000FF:"User":STACK \
GPRINT:b:LAST:" Current\:%8.2lf %s" \
GPRINT:b:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:b:MAX:"Maximum\:%8.2lf %s\n" \
AREA:c#00FF00:"Nice":STACK \
GPRINT:c:LAST:" Current\:%8.2lf %s" \
GPRINT:c:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:c:MAX:"Maximum\:%8.2lf %s\n" \
LINE1:cdefbc#000000:"Total" \
GPRINT:cdefbc:LAST:" Current\:%8.2lf %s" \
GPRINT:cdefbc:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefbc:MAX:"Maximum\:%8.2lf %s"
Code: Select all
+ Running data query [1].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/usr/share/cacti/site/resource/snmp_queries/interface.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.2.1.2.2.1.1'
+ No SNMP data returned
+ Found data query XML file at '/usr/share/cacti/site/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/usr/share/cacti/site/resource/snmp_queries/interface.xml'
+ Found data query XML file at '/usr/share/cacti/site/resource/snmp_queries/interface.xml'
Thanks