technicalpickles / picklehome

Configuration & Planning for my Home Automation systems
14 stars 0 forks source link

Revisit prometheus #72

Closed technicalpickles closed 5 years ago

technicalpickles commented 5 years ago

I've been running this for awhile, but hadn't done anything meaningful. This should help prevent https://github.com/technicalpickles/picklehome/issues/59 again

I followed most of https://github.com/stefanprodan/dockprom . In summary:

I had to run node-exporter on the host, and left notes on the README. I did try running it under docker, but it was too much work to try to filter out the the false positives for filesystems, ie seemingly random mount points from files on the host to the container. You can see my work in the docker-compose.yml, figure i'd leave it.

I am using host networking in a lot of places, but I suspect it can be reduced a bit.