I replaced my UAT only receiver installing only dump978-fa and graphs1090.
I hid the 1090 graphs per the graphs1090 instructions.
I noticed many collectd errors collectd[901245]: <urlopen error [Errno 2] No such file or directory: ‘/usr/share/graphs1090/data-symlink/data/stats.json’>
This makes sense since I don not have dump1090 installed.
I edited /etc/collectd/collectd.conf to comment out URL “file:///usr/share/graphs1090/data-symlink” (there was already a duplicate entry that was commented out).
This stopped collectd urlopen errors but I have one error at start up collectd[830]: No dump1090 URL defined in /etc/collectd/collectd.conf for localhost
I just want to confirm I have fixed this the correct way.
Below is the collectd.conf
<Plugin python>
ModulePath "/usr/share/graphs1090"
LogTraces true
Import "dump1090"
<Module dump1090>
<Instance localhost>
# URL "file:///usr/share/graphs1090/data-symlink"
# URL "file:///usr/share/graphs1090/data-symlink"
URL_978 "file:///usr/share/graphs1090/978-symlink"
</Instance>
</Module>
Import "system_stats"
<Module system_stats>
placeholder "true"
</Module>
</Plugin>