I've created 11 new graphs all for localhost - the standard Memory Usage, Load Average, Logged In Users, and Processes as well as disk space graphs for my mounted volumes. All but the Load Average graph are showing NaN values. I can see that the rrd files are being written to every 5 minutes but there's no meaningful data being written. I set the logging to debug and can see the poller is getting correct values for everything but when it comes to the CACTI2RRD process, only "U" values are being written. There's nothing in the poller-error.log or the rrd.log at all that indicates what might be happening.
Here's an example of what I'm seeing in the cacti.log:
Code: Select all
2018/08/22 12:35:01 - POLLER: Poller[1] Device[1] DS[3] CMD: perl /usr/share/cacti/site/scripts/loadavg_multi.pl, output: 1min:0.00 5min:0.03 10min:0.00
....
2018/08/22 12:35:01 - POLLER: Poller[1] Device[1] DS[20] CMD: perl /usr/share/cacti/site/scripts/query_unix_partitions.pl 'get' 'available' '/dev/mapper/pvr--vg-Recordings', output: 366150232
2018/08/22 12:35:01 - POLLER: Poller[1] Device[1] DS[20] CMD: perl /usr/share/cacti/site/scripts/query_unix_partitions.pl 'get' 'used' '/dev/mapper/pvr--vg-Recordings', output: 157881768
....
2018/08/22 12:35:01 - POLLER: Poller[1] Time: 0.2274 s, Poller: , Theads: N/A, Devices: 1
2018/08/22 12:35:02 - POLLER: Poller[1] Parsed MULTI output field '1min:0.00' [map 1min->load_1min]
2018/08/22 12:35:02 - POLLER: Poller[1] Parsed MULTI output field '5min:0.03' [map 5min->load_5min]
2018/08/22 12:35:02 - POLLER: Poller[1] Parsed MULTI output field '10min:0.00' [map 10min->load_15min]
....
2018/08/22 12:35:02 - POLLER: Poller[1] CACTI2RRD: /usr/bin/rrdtool update /usr/share/cacti/site/rra/pvr_load_1min_3.rrd --template load_1min:load_5min:load_15min 1534905301:0.00:0.03:0.00
....
2018/08/22 12:35:02 - POLLER: Poller[1] CACTI2RRD: /usr/bin/rrdtool update /usr/share/cacti/site/rra/pvr_hdd_free_20.rrd --template hdd_used:hdd_free 1534905301:U:U
....
2018/08/22 12:35:02 - SYSTEM STATS: Time:1.2384 Method:cmd.php Processes:1 Threads:N/A Hosts:1 HostsPerProcess:1 DataSources:19 RRDsProcessed:12