Commit 57b9838f authored by Your Name's avatar Your Name

fix monitor addr

parent 67f9b098
...@@ -7,15 +7,15 @@ scrape_configs: ...@@ -7,15 +7,15 @@ scrape_configs:
- job_name: container-ring - job_name: container-ring
scrape_interval: 5s scrape_interval: 5s
static_configs: static_configs:
- targets: ['ring1:38020','ring2:38020','ring3:38020','ring4:38020','ring5:38020','ring6:38020'] - targets: ['ring:38020','ring1:38020','ring2:38020','ring3:38020','ring4:38020','ring5:38020','ring6:38020']
- job_name: container-net - job_name: container-net
scrape_interval: 5s scrape_interval: 5s
static_configs: static_configs:
- targets: ['net1:38020','net2:38020','net3:38020','net4:38020','net5:38020','net6:38020'] - targets: ['net:38020','net1:38020','net2:38020','net3:38020','net4:38020','net5:38020','net6:38020']
- job_name: container-nebula - job_name: container-nebula
scrape_interval: 5s scrape_interval: 5s
static_configs: static_configs:
- targets: ['nebula1:18020','nebula2:18020','nebula3:18020','nebula4:18020','nebula5:18020','nebula6:18020'] - targets: ['nebula:18020','nebula1:18020','nebula2:18020','nebula3:18020','nebula4:18020','nebula5:18020','nebula6:18020']
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment