SLV स्थापित करें - नोड निर्यातक
SLV स्थापित करें - नोड निर्यातक

क्यों Node निर्यातक?
नोड एक्सपोर्टर विस्तृत हार्डवेयर और ओएस मीट्रिक को उजागर करता है -CPUमेमोरी, डिस्क, नेटवर्क-एसओ Prometheus और Grafana इससे पहले कि वे प्रभावित हों, बुनियादी ढांचे के मुद्दों पर चेतावनी दे सकते हैं Solana कार्यभार। इसे माध्यम से स्थापित करना
slv install प्रत्येक सर्वर मैनुअल सेटअप के बिना सिस्टम मीट्रिक का एक सुसंगत सेट रिपोर्ट करता है।** हाइलाइट्स**
- Node निर्यातक: https://github.com/prometheus/node_exporter
- न्यूनतम ओवरहेड के साथ लाइटवेट द्विआधारी, नंगे धातु या वीपीएस होस्ट के लिए बिल्कुल सही।
- बेसलाइन मीट्रिक डैशबोर्ड और अलर्ट प्रदान करता है जो पूरे पर निर्भर करता है Prometheus/Grafana.
इंस्टॉलर चलाएं
अंक
slv install आप सूची से नोड निर्यातक की निगरानी और चयन करना चाहते हैं।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 अपने सर्वर का पता
विवरण की समीक्षा करें
Ansible start से पहले सही सूची और प्लेबुक की पुष्टि करने के लिए विवरण स्क्रीन का उपयोग करें।
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 Execution
slv नोड एक्सपोर्टर प्लेबुक चलाता है और इसे एक व्यवस्थित सेवा के रूप में सक्षम बनाता है ताकि यह बूट पर स्वचालित रूप से शुरू हो सके।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] *******************************************************************************अंतिम बिंदु को सत्यापित करें
स्थापना के बाद, नोड एक्सपोर्टर ने 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 मेजबान स्वास्थ्य को देखने के लिए डैशबोर्ड (जैसे, नोड निर्यातक पूर्ण)।