my cron job of cmd.php runs fine, and populates data into my rra/*.rrd file, however the system doesn't create graphs for them.
I have turned Graph debug on, and I get the following error message:
Code: Select all
Warning: fopen(/usr/local/web/cacti/log/rrd.log): failed to open stream: Permission denied in /usr/local/web/cacti/lib/functions.php on line 274
Warning: fclose(): supplied argument is not a valid stream resource in /usr/local/web/cacti/lib/functions.php on line 276
OK
apache is run as user 'nobody'
/usr/local/web/cacti/ is owned by 'nobody:nobody'
/usr/local/web/cacti/rra/ and log/ are owned by user/group 'cacti:cacti'
all /usr/local/web/cacti/ files are 755
the cacti user can read/write to the /usr/local/web/cacti/rra/ files and logs
This all seems proper to me, but i get broken links for my images, and it complains that it cannot open the rrd.log
another issue I see is that when I try to view the Graphs page in preview mode, it generates the following error in my apache error_log
Code: Select all
ERROR: rpn expressions without variables are not supported
Nick