SLV 설치 - Node Exporter
SLV 설치 - Node Exporter

왜 Node Exporter인가?
Node Exporter는 CPU, 메모리, 디스크, 네트워크 등 상세한 하드웨어 및 OS 메트릭을 노출하므로 Prometheus와 Grafana가 Solana 워크로드에 영향을 미치기 전에 인프라 문제에 대해 경고할 수 있습니다.
slv install로 설치하면 각 서버가 수동 설정 없이 일관된 시스템 메트릭 세트를 보고합니다.높은 조명
- Node Exporter: https://github.com/prometheus/node_exporter
- 최소 오버헤드의 경량 바이너리로, 베어메탈 또는 VPS 호스트에 적합합니다.
- Baseline metrics 대시보드와 alerts를 제공 Prometheus/Grafana.
설치 프로그램을 실행
모니터링할 호스트를 대상으로
slv install을 실행하고 목록에서 Node Exporter를 선택하세요.bash
$ slv install -i 1.1.1.1,
🚀 Installing software components...
? Select Software Component to Install (Redis)
Redis
TiDB (MySQL Cluster)
Grafana
Prometheus
❯ Node Exporter
Kafka Cluster$ slv install -i 1.1.1.1,
🚀 Installing software components...
? Select Software Component to Install (Redis)
Redis
TiDB (MySQL Cluster)
Grafana
Prometheus
❯ Node Exporter
Kafka Cluster참고: 대체1.1.1.1으로 IP 서버의 주소.
자주 묻는 질문
세부 화면을 사용하여 정확한 재고 및 재생 목록을 확인 할 수 있습니다.
bash
🚀 Installing software components...
? Select Software Component to Install (Redis) › Node Exporter
✅ You selected: Node Exporter
📋 Installation Details:
Software: Node Exporter
Inventory: 1.1.1.1,
Playbook: /Users/fumi/.slv/template/0.9.800/ansible/cmn/software/install-node-exporter.yml
? Do you want to proceed with the installation? (y/N) › 🚀 Installing software components...
? Select Software Component to Install (Redis) › Node Exporter
✅ You selected: Node Exporter
📋 Installation Details:
Software: Node Exporter
Inventory: 1.1.1.1,
Playbook: /Users/fumi/.slv/template/0.9.800/ansible/cmn/software/install-node-exporter.yml
? Do you want to proceed with the installation? (y/N) › Ansible 실행을 관찰
slv Node Exporter playbook을 실행하고 시스템화된 서비스로 활성화하여 부팅을 자동으로 시작합니다.bash
🚀 Running ansible: ansible-playbook -i 1.1.1.1, -u solv /Users/fumi/.slv/template/0.9.800/ansible/cmn/software/install-node-exporter.yml
PLAY [Install and configure Node Exporter] ***********************************************************
TASK [Gathering Facts] *******************************************************************************🚀 Running ansible: ansible-playbook -i 1.1.1.1, -u solv /Users/fumi/.slv/template/0.9.800/ansible/cmn/software/install-node-exporter.yml
PLAY [Install and configure Node Exporter] ***********************************************************
TASK [Gathering Facts] *******************************************************************************Endpoint를 검증
설치 후 Node Exporter는 포트 9100에 메트릭을 게시합니다. Prometheus 대시보드와 경고를 공급하기 위해이 엔드포인트를 긁어야 합니다.
bash
✅ Installation completed successfully!
🌐 Access Information:
Node Exporter URL: http://1.1.1.1:9100/metrics✅ Installation completed successfully!
🌐 Access Information:
Node Exporter URL: http://1.1.1.1:9100/metrics대시보드
http://1.1.1.1:9100/metrics에 접속하여 원시 출력을 확인한 다음, Prometheus에 대상을 추가하고 사전 정의된 Grafana 대시보드(예: Node Exporter Full)를 연결하여 호스트 상태를 시각화하세요.