Install only node-exporter in development
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.