Did anybody ever get network weather map working distributed polling and RRDcached?
I think for our setup we just nfs mounted the rrd folder to access them direct, never tried it over rrdcached
will that work with redis?
We use the nfs mount purely for rrd access for network weathermap and nothing more, still run distributed polling with rrdcached and memcached.
on your pollers do you mount the RRD NFS so they can access it?
We do but that’s legacy from when rrdcached didn’t support something like creating files. It’s not needed anymore
Hi,
I am working on Distributed Polling with rrdcached (TCP socket) + Weathermap integration (No NFS).
Right now, i have Weathermap working as expected. I had to modify rrd datasource code (Weathermap side) to get a proper target name for rrdtool (strip path). You could get my work there : https://github.com/Jimmyord/Weathermap/commit/47aaed5aa985edd4630ccab354e10d961739b66e
Need more work to PR this. Have to test “RRD file not exist” handling error when Weathermap have no access to file.
Hope this help.
Nice work - I will give it a try.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.