공부
[prometheus] node_exporter
승가비
2023. 10. 13. 04:21
728x90
### node_exporter
```shell
VERSION=1.6.1
OS=linux-amd64
NAME=node_exporter-${VERSION}.${OS}
wget https://github.com/prometheus/node_exporter/releases/download/v${VERSION}/${NAME}.tar.gz
tar -xvf ${NAME}.tar.gz
ln -s ${NAME} node_exporter
./node_exporter/node_exporter &
```
```shell
pgrep node_exporter | xargs kill -9
./node_exporter/node_exporter &
```
https://sh-safer.tistory.com/204
centos7 Prometheus & node exporter 설치
1단계. prometheus 계정 생성 및 prometheus 다운로드 - 계정 생성 후 prometheus 계정으로 전환 useradd -m -s /bin/bash prometheus su - prometheus - prometheus 다운로드 - 다운 경로는 링크(https://prometheus.io/download/#promethe
sh-safer.tistory.com
https://gurumee92.tistory.com/225
시스템 메트릭 모니터링하기 (1) node-exporter
개요 이 문서에서는 Grafana, Prometheus, node-exporter를 이용해서 시스템 메트릭을 모니터링할 수 있는 대시보드를 구축하는 것에 대하여 다룬다. 자세한 내용은 다음과 같다. node-exporter란 무엇인가 nod
gurumee92.tistory.com
https://github.com/prometheus/node_exporter/releases/tag/v1.6.1
Release 1.6.1 / 2023-06-17 · prometheus/node_exporter
Rebuild with latest Go compiler bugfix release.
github.com
728x90