As far as my problem, I did extensive searching of the forums and googling, and no answer I found applied.
Environment:
Ubuntu 16.04 - new build
Cacti 1.1.16 installed from tarball
cacti running as www-data.
Poller (spine) is running fine.
Code: Select all
2017/08/11 11:00:00 - SYSTEM STATS: Time:298.6697 Method:spine Processes:1 Threads:10 Hosts:2 HostsPerProcess:2 DataSources:3 RRDsProcessed:0
2017/08/11 11:00:00 - POLLER: Poller[1] NOTE: Poller Int: '300', Cron Int: '300', Time Since Last: '299.68', Max Runtime '298', Poller Runs: '1'
Code: Select all
www-data@cacti:~/html/rra$ ls -la
total 12
drwxr-xr-x 2 www-data www-data 4096 Aug 11 11:12 .
drwxr-xr-x 17 root root 4096 Aug 11 10:50 ..
-rw-r--r-- 1 www-data www-data 170 Jul 29 19:00 .htaccess
www-data@cacti:~/html/rra$ /usr/bin/rrdtool create \
> /var/www/html/rra/it-cswcl-01_5min_cpu_103.rrd \
> --step 300 \
> DS:5min_cpu:GAUGE:600:0:100 \
> 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:MIN:0.5:1:600 \
> RRA:MIN:0.5:6:700 \
> RRA:MIN:0.5:24:775 \
> RRA:MIN: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 \
> RRA:LAST:0.5:1:600 \
> RRA:LAST:0.5:6:700 \
> RRA:LAST:0.5:24:775 \
> RRA:LAST:0.5:288:797 \
>
www-data@cacti:~/html/rra$ ls -la
total 108
drwxr-xr-x 2 www-data www-data 4096 Aug 11 11:13 .
drwxr-xr-x 17 root root 4096 Aug 11 10:50 ..
-rw-r--r-- 1 www-data www-data 170 Jul 29 19:00 .htaccess
-rw-rw-r-- 1 www-data www-data 95608 Aug 11 11:13 it-cswcl-01_5min_cpu_103.rrd
www-data@cacti:~/html/rra$
I'm at a loss as to where to look for additional logging. I have log level set to DEBUG, but I'm not seeing any relevant data in log/cacti.log.