Skip to content

docker-compose file and configs for monitoring nodes in my homelab

Notifications You must be signed in to change notification settings

Jarvl/homelab-monitoring

Repository files navigation

homelab-monitoring

docker-compose file and configs for monitoring nodes in my homelab

Setup

Ensure Docker is installed on the node.

Install Netdata agent

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

Create env files

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

About

docker-compose file and configs for monitoring nodes in my homelab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published