Skip to content

Commit

Permalink
Updated internal ips
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika committed Jan 30, 2024
1 parent 5e608fa commit df047f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions monitoring/prometheus/config/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ scrape_configs:
static_configs:
- targets:
- 10.0.0.48:9080 # oracle0
- 10.0.0.211:9080 # oracle1
- 10.0.0.101:9080 # oracle2
- 10.0.0.220:9080 # oracle1
- 10.0.0.134:9080 # oracle2
- 10.0.0.150:9080 # oracle3
- job_name: node_exporter
static_configs:
- targets:
- 10.0.0.48:9100 # oracle0
- 10.0.0.211:9100 # oracle1
- 10.0.0.101:9100 # oracle2
- 10.0.0.220:9100 # oracle1
- 10.0.0.134:9100 # oracle2
- 10.0.0.150:9100 # oracle3
- job_name: wish
tls_config:
Expand Down

0 comments on commit df047f8

Please sign in to comment.