First post here. Great forum btw!
ok... i've been trying unsuccessfully to get this beast up and running. My main issue is that i cant get the poller program to run.
e.g.
Code: Select all
cactiuser@linux:/usr/local/apache2/htdocs/cacti> php -q poller.php
Warning: main(./include/config.php): failed to open stream: Permission denied in poller.php on line 37
I've tried running poller.php or cmd.php as root, and it runs but doesnt give any status info after running (e.g. how many devices were polled etc), and doesnt store any info in the rra or log folders. e.g.:
Code: Select all
linux:/usr/local/apache2/htdocs/cacti # php cmd.php
linux:/usr/local/apache2/htdocs/cacti # php poller.php
linux:/usr/local/apache2/htdocs/cacti # ls
After each time i run poller or cmd with root i always chown the rra and log files back to cactiuser.
The crontab file doesnt seem to be working either - i've redirected any output to a log file and there's nothing in the logfile.
When i log in to the cacti web interface, under the graph debug info i get:
Code: Select all
ERROR: opening '/usr/local/apache2/htdocs/cacti/rra/calvins_computer_traffic_in_8.rrd': No such file or directory
http://www.cacti.net/downloads/docs/con ... how-to.pdf
and
http://docs.cacti.net/node/5
and
http://www.cacti.net/downloads/docs/html/
I would very very much appreciate any help
Cal