I have a Version 0.8.7g install on an Ubuntu-based host in the Amazon cloud (AWS).
Everything was fine until a Interface - Traffic graph quit graphing the other day and I had to re-create it and I believe I used the same rrd file.
Right now I have these symptoms:
1.) Creating new graphs does NOT write out the rrd file(s).
Usually, I don't mind this and I have ignored the "RRDTool Says: ERROR: opening '/var/lib/cacti/rra/ftbvarnish2_traffic_in_529.rrd': No such file or directory" in the past and eventually, it "caught up" and created the rrd file.
2.) The cacti.log is 0 bytes and has been 0 bytes since 2011-05-24 when I believe I did a Purge.
I am trying my best to recover my sanity and the network graphs for this device. I followed the post by DeeL at http://forums.cacti.net/viewtopic.php?p=195661#p195661 and my perms are the same as outlined in that post/thread.
snmpwalk does work to the target host.
Rebuild SNMP Cache from System Utilities NEVER updates any network/traffic graphs that I have seen today.
I have (re)imported cacti_host_template_ucdnet_snmp_host template
Here are the perms/ownership for key directories/files:
Code: Select all
drwxr-xr-x 5 root root 4096 2011-05-16 07:21 /usr/share/cacti/
drwxrwx--- 2 root www-data 20480 2011-06-27 08:22 /var/lib/cacti/rra
drwxr-xr-x 2 www-data www-data 4096 2011-05-24 23:25 /var/log/cacti/
contents in/under /var/lib/cacti/rra are root www-data
I even installed an Ubuntu VM host and checked the perms from that install against this one, but I could determine if anything is out of whack. They appear to be identical.
My /var/lib/cacti/rra is 1.1G for 252 files which seems "excessive" considering that all my graphs (Graph List for all devices) only total 18.
Graph List total= 18
Data Source List Total=38
poller.php via c-li says
06/27/2011 01:04:46 PM - SYSTEM STATS: Time:7.3002 Method:cmd.php Processes:1 Threads:N/A Hosts:6 HostsPerProcess:6 DataSources:39 RRDsProcessed:31 and that seems to be accurate
Code: Select all
find `pwd` -mtime -1
/var/lib/cacti/rra/ftbmysql_hdd_free_186.rrd
/var/lib/cacti/rra/ftbmysql_load_5min_198.rrd
/var/lib/cacti/rra/ftbvarnish_load_1min_142.rrd
/var/lib/cacti/rra/ftbvarnish_cpu_system_131.rrd
/var/lib/cacti/rra/norveld_hdd_used_378.rrd
/var/lib/cacti/rra/ftbmysql_load_1min_176.rrd
/var/lib/cacti/rra/ftbmysql_cpu_nice_170.rrd
/var/lib/cacti/rra/norveld_hdd_used_379.rrd
/var/lib/cacti/rra/ftbmysql_load_1min_196.rrd
/var/lib/cacti/rra/ftbmysql_cpu_system_168.rrd
/var/lib/cacti/rra/ftbvarnish_cpu_user_132.rrd
/var/lib/cacti/rra/ftbvarnish_mem_free_146.rrd
/var/lib/cacti/rra/ftbvarnish_load_15min_144.rrd
/var/lib/cacti/rra/ftbmysql_load_15min_197.rrd
/var/lib/cacti/rra/ftbvarnish_mem_cache_147.rrd
/var/lib/cacti/rra/ftbvarnish_load_5min_143.rrd
/var/lib/cacti/rra/localhost_load_1min_194.rrd
/var/lib/cacti/rra/ftbmysql_mem_cache_165.rrd
/var/lib/cacti/rra/ftbmysql_proc_190.rrd
/var/lib/cacti/rra/ftbmysql_mem_cache_174.rrd
/var/lib/cacti/rra/ftbmysql_load_15min_177.rrd
/var/lib/cacti/rra/ftbmysql_mem_free_175.rrd
/var/lib/cacti/rra/ftbvarnish_varnish_requests_414.rrd
/var/lib/cacti/rra/norveld_netoutqueuelength_507.rrd
/var/lib/cacti/rra/ftbvarnish_mem_buffers_148.rrd
/var/lib/cacti/rra/ftbmysql_load_5min_178.rrd
/var/lib/cacti/rra/ftbmysql_mem_buffers_173.rrd
/var/lib/cacti/rra/localhost_load_1min_195.rrd
/var/lib/cacti/rra/ftbmysql_hdd_free_187.rrd
/var/lib/cacti/rra/ftbmysql_cpu_user_169.rrd
/var/lib/cacti/rra/ftbvarnish_cpu_nice_130.rrd
I have RTFM'd until I could puke. </head_spinning>
Thank you for your time and expertise in this matter. I appreciate it.