docker-compose file and configs for monitoring nodes in my homelab
Ensure Docker is installed on the node.
Follow instructions to install netdata-agent on the node directly. Not recommended to run in a container.
Install script:
curl https://get.netdata.cloud/kickstart.sh > /tmp/netdata-kickstart.sh && sh /tmp/netdata-kickstart.sh --disable-telemetry
Copy *.env.example
files to *.env
and define/change variables appropriately.
cp pihole_exporter.env.example pihole_exporter.env
cp plex_metrics_exporter.env.example plex_metrics_exporter.env