My cacti log is empty. Manually running the poller with the logging level at DEBUG yields nothing (immediately or in the log).
RRA's aren't being created. I manually created one using the "Data Source Debug" -- the code is as follows:
That made a graph finally appear (no data tho), but the others are still missing and the logs are still empty./usr/bin/rrdtool create \
/var/www/cacti/rra/localhost_load_1min_5.rrd \
--step 300 \
DS:load_1min:GAUGE:600:0:500 \
DS:load_5min:GAUGE:600:0:500 \
DS:load_15min:GAUGE:600:0:500 \
RRA:AVERAGE:0.5:1:600 \
RRA:AVERAGE:0.5:6:700 \
RRA:AVERAGE:0.5:24:775 \
RRA:AVERAGE:0.5:288:797 \
RRA:MAX:0.5:1:600 \
RRA:MAX:0.5:6:700 \
RRA:MAX:0.5:24:775 \
RRA:MAX:0.5:288:797 \
Here's basically what I did:
Install Apache, php4, mysql, php4-mysql, snmp, rrdtool.
Set up apache.
Extracted Cacti.
Imported Cacti database.
Created cactiuser
Entered data in crontab
Configured config.php for database password
Chown'd rra/ and log/ for cactiuser:www-data
Installed cacti via web interface.
At this point, Cacti is on an Apache 1.3.34 server with PHP Version 4.4.2-1build1. I'm running Ubuntu 6.06LTS on a Proliant DL380. The server is listening on non-default port, which Cacti seems to recognize just fine.
I don't think anything is wrong with the webserver or sql database, rather it seems as though poller.php is just a blank file. Which it isn't. :|
The poller on Cacti itself is set to cmd.php.
If any other info is needed, please ask. ^^
Thanks in advance!