Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjkim0816/node-exporter-prometheus-grafana
시스템 모니터링
https://github.com/jjkim0816/node-exporter-prometheus-grafana
Last synced: 7 days ago
JSON representation
시스템 모니터링
- Host: GitHub
- URL: https://github.com/jjkim0816/node-exporter-prometheus-grafana
- Owner: jjkim0816
- Created: 2021-06-18T07:35:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-22T16:09:51.000Z (over 3 years ago)
- Last Synced: 2023-07-27T09:24:46.352Z (over 1 year ago)
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prometheus
# node-exporter
# grafana## build
- $ docker-compose up -d## detail
- 마운트할 config 생성 : ${PWD}/etc/prometheus/prometheus.yml### grafana
- dashboard 는 import 해서 사용
- url : https://grafana.com/dashboards/22
- 각 섹터별로 적절한 prometheus 쿼리 수정 필요
### 주의할 점
- data source를 먼저 구성하고 dashboard 순서로 구성
- grafana를 docker로 구성
- 같은 물리적 서버에 docker로 구성!!
- data source 추가 시 prometheus가 docker인 경우 호스트 입력 시 http://[container id]:9090 로 입력
- /etc/hosts에 [container id] [docker ip] 정보 추가해야함.## architecture
![screensh](./img/prometheus_grafana_architecture.png)