Skip to content

Install only node-exporter in development

Daniel Palomar requested to merge only-install-node-exporter-in-dev into master

Monitoring role installs the exporter within Docker. This is a headache since we develop with LXC.

We ended up with two node-exporters running in production: one installed by monitoring role and running in docker and another one standalone. Things didn't break because the second one was trying to use the same port 9100 used by docker and failed.

Merge request reports

Loading