mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2024-12-25 21:44:34 +00:00
removed node-exporter from the targets list as it is not used in this stack
This commit is contained in:
parent
c118aeda1b
commit
7a33f0348f
|
@ -28,4 +28,4 @@ scrape_configs:
|
|||
# scheme defaults to 'http'.
|
||||
|
||||
static_configs:
|
||||
- targets: ['node-exporter:9100','localhost:9090', 'metrics:9171']
|
||||
- targets: ['localhost:9090', 'metrics:9171']
|
||||
|
|
Loading…
Reference in a new issue