Commit b5446ba7 authored by Your Name's avatar Your Name

run ok

parent 959101c5
...@@ -16,7 +16,7 @@ services: ...@@ -16,7 +16,7 @@ services:
volumes: volumes:
- ./nebula/config.toml:/root/config.toml - ./nebula/config.toml:/root/config.toml
- ./nebula/genesis.json:/root/genesis.json - ./nebula/genesis.json:/root/genesis.json
- ./data/nebula:/root/data - ./data/nebula1:/root/data
networks: networks:
- meta - meta
sentry1: sentry1:
......
This diff is collapsed.
...@@ -7,17 +7,15 @@ scrape_configs: ...@@ -7,17 +7,15 @@ scrape_configs:
- job_name: container-ring - job_name: container-ring
scrape_interval: 5s scrape_interval: 5s
static_configs: static_configs:
- targets: - targets: ['ring1:38020','ring2:38020','ring3:38020','ring4:38020','ring5:38020','ring6:38020']
- ring:38020
- job_name: container-net - job_name: container-net
scrape_interval: 5s scrape_interval: 5s
static_configs: static_configs:
- targets: - targets: ['net1:38020','net2:38020','net3:38020','net4:38020','net5:38020','net6:38020']
- net:38020
- net2:38020
- job_name: container-nebula - job_name: container-nebula
scrape_interval: 5s scrape_interval: 5s
static_configs: static_configs:
- targets: - targets: ['nebula1:18020','nebula2:18020','nebula3:18020','nebula4:18020','nebula5:18020','nebula6:18020']
- nebula:38020
- nebula2:38020
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