Distributed Poller stops graphs

Hi All,

After setting up Distributed Poller for some reason my graphs just stop ‘error drawing graphs’

The new Poller has 0 host so my Default poller is still polling everything if I disable the Distributed Poller all is fixed then.

#Pollers

#Graphs

#./validate.php

Main Poller

Component Version
LibreNMS 1.60-52-gc136e1ad6
DB Schema 2020_02_10_223323_create_alert_location_map_table (159)
PHP 7.2.27-6+ubuntu18.04.1+deb.sury.org+1
MySQL 10.1.44-MariaDB-0ubuntu0.18.04.1
RRDTool 1.7.0
SNMP NET-SNMP 5.7.3
====================================

[OK] Composer Version: 1.9.3
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[FAIL] Some devices have not completed their polling run in 5 minutes, this will create gaps in data.
[FIX]:
Check your poll log and see: Performance - LibreNMS Docs
Devices:
csw-01-isd-tdc-za.ionline.co.za

Second Poller
====================================
Component | Version
--------- | -------
LibreNMS | 1.60-52-gc136e1ad6
DB Schema | 2020_02_10_223323_create_alert_location_map_table (159)
PHP | 7.2.27-6+ubuntu18.04.1+deb.sury.org+1
MySQL | 10.1.44-MariaDB-0ubuntu0.18.04.1
RRDTool | 1.7.0
SNMP | NET-SNMP 5.7.3
====================================

[OK]    Composer Version: 1.9.3
[OK]    Dependencies up-to-date.
[OK]    Database connection successful
[OK]    Database schema correct
[FAIL]  Some devices have not completed their polling run in 5 minutes, this will create gaps in data.
        [FIX]:
        Check your poll log and see: http://docs.librenms.org/Support/Performance/
        Devices:
         csw-01-isd-tdc-za.ionline.co.za

RRDTool Output

ERROR: rrdcached: /mnt/data-01/rrd/xx.xx.xx.xx/storage-hrstorage-Filesystem__.rrd: Permission denied

This fixed the issue.

chown librenms:librenms rrdcached.*
chmod 755 rrdcached.*