redhat-performance / odf-grafana

Playbook and dashboards to help with ODF performance analysis
GNU General Public License v3.0
5 stars 11 forks source link

Prometheus Container clashes with local node-exporter #24

Open mulbc opened 10 months ago

mulbc commented 10 months ago

My workstation locally runs the Prometheus Node Exporter. The node exporter by default runs on Port 9100.

odf-grafana tries to start the Prometheus container with exporter port 9100, which clashes: https://github.com/pcuzner/odf-grafana/blob/e1a96187d4866f45c230ba2c4c00f840d7593b2b/roles/local_deploy/tasks/main.yml#L25

Can we change this port to something else than 9100? Maybe 9101?