Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
metadeploy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nebula
metadeploy
Commits
b5446ba7
Commit
b5446ba7
authored
Oct 24, 2023
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
run ok
parent
959101c5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10041 additions
and
42 deletions
+10041
-42
docker-compose_nebula-sentry.yml
docker-compose_nebula-sentry.yml
+1
-1
genesis.json
nebula/genesis.json
+10034
-33
prometheus.yml
prometheus/prometheus.yml
+6
-8
No files found.
docker-compose_nebula-sentry.yml
View file @
b5446ba7
...
@@ -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/nebula
1
:/root/data
networks
:
networks
:
-
meta
-
meta
sentry1
:
sentry1
:
...
...
nebula/genesis.json
View file @
b5446ba7
This source diff could not be displayed because it is too large. You can
view the blob
instead.
prometheus/prometheus.yml
View file @
b5446ba7
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment