temporary hard coded ip for tests
This commit is contained in:
parent
24b9016dc2
commit
7cfc79f4b8
1 changed files with 1 additions and 1 deletions
|
@ -36,4 +36,4 @@ scrape_configs:
|
|||
# If prometheus-node-exporter is installed, grab stats about the local
|
||||
# machine by default.
|
||||
static_configs:
|
||||
- targets: ['localhost:9100']
|
||||
- targets: ['172.20.1.1:9100']
|
||||
|
|
Loading…
Reference in a new issue