mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
refactor: rename containers as docker compositions, as they are
This commit is contained in:
8
docker compositions/monitoring/prometheus/prometheus.yml
Normal file
8
docker compositions/monitoring/prometheus/prometheus.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
scrape_configs:
|
||||
- job_name: node_exporter
|
||||
static_configs:
|
||||
- targets:
|
||||
# FIXME: since node exporter is executed in host mode, this needs to
|
||||
# be the FQDN or IP address of the host running the 'node_exporter'
|
||||
# container.
|
||||
- node_exporter:9100
|
||||
Reference in New Issue
Block a user