Zenoss: Missing RRD File
by
Chris Shenton
—
last modified
Jan 02, 2010 02:16 PM
My Performance graphs were missing, and in their place a message about missing RRD files
Read lots about this problem in google searches. Turned out to be fairly easy to fix, but not sure what caused it. Seems the files were being created but could not be served due to a permission problem: apache had no access to the files.
find /usr/local/zenoss/perf/Devices -type d -exec chmod a+x {} \;

