I've installed Cacti Version 0.8.6j on my Debian/Sparc.
I can graph locahost resources fine, but i can't graph a snmp (cisco) device.
Cacti can see snmp information and router interfaces, so I assume that snmp is working fine on the system.
But the graphs aren't generated, due to a device down or unknown status.
Code: Select all
SNMP Information
System: Cisco Internetwork Operating System Software IOS (tm) 3600 Software (C3640-JS-M), Version 12.2(15)ZJ, EARLY DEPLOYMENT RELEASE SOFTWARE (fc1) TAC Support: http://www.cisco.com/tac Copyright (c) 1986-2003 by cisco Systems, Inc. Compiled Thu 22-May-03
Uptime: 4292065770 (496 days, 13 hours, 13 minutes)
Hostname: ROU-L-01
Location:
Contact:
Code: Select all
RRDTool Command:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="ROU-L-01 - Traffic - Fa1/0.5" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="bytes per second" \
--slope-mode \
DEF:a="/var/www/cacti-0.8.6j/rra/roul01_traffic_in_12.rrd":traffic_in:AVERAGE \
DEF:b="/var/www/cacti-0.8.6j/rra/roul01_traffic_in_12.rrd":traffic_out:AVERAGE \
AREA:a#00CF00:"Inbound" \
GPRINT:a:LAST:" Current\:%8.2lf %s" \
GPRINT:a:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:a:MAX:"Maximum\:%8.2lf %s\n" \
LINE1:b#002A97:"Outbound" \
GPRINT:b:LAST:"Current\:%8.2lf %s" \
GPRINT:b:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:b:MAX:"Maximum\:%8.2lf %s"
RRDTool Says:
ERROR: opening '/var/www/cacti-0.8.6j/rra/roul01_traffic_in_12.rrd': No such file or directory
Also changed the user running the poller.php
Code: Select all
# CACTI POLLER
*/5 * * * * root /var/www/cacti/poller.php > /dev/null 2>&1
I used cacti before, but never had this problem. It just worked from the begining of the installation
Please, help
BRegards.-
LC