Commit b5446ba7 authored by Your Name's avatar Your Name

run ok

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