Instalação SLV - Exportador de Nós
Instalação SLV - Exportador de Nós

Por que Exportador de Nó?
Node Exportador expõe hardware detalhado e métricas de SO—CPU, memória, disco, rede—assim Prometheus e Grafana podem alertar sobre problemas de infraestrutura antes de impactar cargas de trabalho Solana. Instalando- o via
slv install garante que cada servidor relate um conjunto consistente de métricas do sistema sem configuração manual.**Realce
- Exportador de Nós: https://github.com/prometheus/node_exporter
- Binário leve com sobrecarga mínima, perfeito para hospedeiros de Bare-Metal ou VPS.
- Fornece os painéis de métricas de linha de base e alertas dependem de toda Prometheus/Grafana.
Executar o Instalador
Ponto
slv install na máquina você deseja monitorar e selecionar Node Exportador na lista.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 ClusterNota: Substituir1.1.1.1com o endereço IP do seu próprio servidor.
Rever os Detalhes
Use a tela de detalhes para confirmar o inventário correto e playbook antes que o Ansível comece.
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) › Observar a Execução Ansível
slv roda o playbook Node Exportador e o habilita como um serviço systemd para que ele comece automaticamente na startup.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] *******************************************************************************Verificar o Endpoint
Após a instalação, Node Exportador publica métricas na porta 9100. Prometheus deve raspar este endpoint para alimentar painéis e alertas.
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/metricsPainel
Visita
http://1.1.1.1:9100/metrics para confirmar a saída bruta, adicione o alvo em Prometheus e plugue painéis de Grafana predefinidos (por exemplo, Node Exportador Full) para visualizar a saúde do host.