Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
joohanhong
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
JooHan Hong
joohanhong
Commits
6cd0daac
Commit
6cd0daac
authored
Mar 30, 2021
by
JooHan Hong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prometheus config-map 설정누락
parent
d3c9edcd
Pipeline
#5312
passed with stages
in 48 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
README.md
DOCKER/PROMETHEUS/INSTALL/K8S/README.md
+11
-0
node_down_verify.png
DOCKER/PROMETHEUS/ITEM/NODES/images/node_down_verify.png
+0
-0
No files found.
DOCKER/PROMETHEUS/INSTALL/K8S/README.md
View file @
6cd0daac
...
...
@@ -811,3 +811,14 @@ WantedBy=default.target
# netstat -lnp |grep 9100
tcp6 0 0 :::9100 :::
*
LISTEN 12870/node_exporter
```
마지막으로 Prometheus의 Scarape_config 설정에
`job_name`
에 추가해줘야 한다.
```
bash
# cat prometheus-config-map.yaml
...중략
- job_name:
'ext-node_exporter'
static_configs:
- targets:
[
'172.24.0.222:9100'
,
'172.24.0.223:9100'
,
'172.24.0.224:9100'
,
'172.24.0.225:9100'
]
```
DOCKER/PROMETHEUS/ITEM/NODES/images/node_down_verify.png
0 → 100644
View file @
6cd0daac
10.8 KB
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