Make prometheus-node-exporter a bit more capable

By running it in a more privileged container with access to the host network stack and such
This commit is contained in:
Peetz0r
2021-01-29 12:23:59 +01:00
parent a10e3244d9
commit 76d7e84be5
2 changed files with 6 additions and 3 deletions

View File

@ -36,5 +36,5 @@ scrape_configs:
{% if matrix_prometheus_node_exporter_enabled %}
- job_name: node
static_configs:
- targets: ['matrix-prometheus-node-exporter:9100']
- targets: ['172.18.0.1:9100']
{% endif %}