Skip to content

Commit df047f8

Browse files
committed
Updated internal ips
1 parent 5e608fa commit df047f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

monitoring/prometheus/config/prometheus.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ scrape_configs:
1818
static_configs:
1919
- targets:
2020
- 10.0.0.48:9080 # oracle0
21-
- 10.0.0.211:9080 # oracle1
22-
- 10.0.0.101:9080 # oracle2
21+
- 10.0.0.220:9080 # oracle1
22+
- 10.0.0.134:9080 # oracle2
2323
- 10.0.0.150:9080 # oracle3
2424
- job_name: node_exporter
2525
static_configs:
2626
- targets:
2727
- 10.0.0.48:9100 # oracle0
28-
- 10.0.0.211:9100 # oracle1
29-
- 10.0.0.101:9100 # oracle2
28+
- 10.0.0.220:9100 # oracle1
29+
- 10.0.0.134:9100 # oracle2
3030
- 10.0.0.150:9100 # oracle3
3131
- job_name: wish
3232
tls_config:

0 commit comments

Comments
 (0)