
Prometheus : Install an External Node Exporter
Documentation : https://sbcode.net/prometheus/prometheus-node-exporter/
Now we will install an external Prometheus Node Exporter on a different server.
# apt install prometheus-node-exporter
Node exporter will now be running on http://[your domain or ip]:9100/metrics
You can now block port 9100 externally, but leave it open internally for localhost.
And optionally, you can also allow a specific ip address or domain on the internet to access the port.
Add the new scrape config for the new node exporter to the Prometheus configuration yml on your Prometheus server.
Scroll down to the bottom and add a new scrape target to the existing node job.
If you want to add ssl to the external node exporter you can also use an nginx reverse proxy and add a path specific for the node exporter.
Other Videos By SBCODE
2020-10-02 | Receive SMS using a SIM800c Module |
2020-09-29 | Connect SIM800C SMS Module to a Raspberry PI |
2020-09-27 | Prometheus : Adding the Alert Manger UI |
2020-09-26 | Prometheus : Configure Alert Manager SMTP Settings |
2020-09-25 | Prometheus : Install Send Only SMTP Server |
2020-09-25 | Prometheus : Install Alertmanager |
2020-09-24 | Prometheus : Alerting Rules |
2020-09-24 | Prometheus : Recording Rules |
2020-09-23 | Prometheus : PromQL Example Queries |
2020-09-22 | Prometheus : Deleting a Time Series |
2020-09-22 | Prometheus : Install an External Node Exporter |
2020-09-21 | Prometheus : Scrape Target Basics |
2020-09-20 | Prometheus : Add Basic Authentication to the User Interface |
2020-09-20 | Prometheus : Add SSL to Nginx Reverse Proxy |
2020-09-20 | Prometheus : Setup Reverse Proxy with Nginx |
2020-09-20 | Prometheus : Install |
2020-09-19 | Dynamic Graphs in Grafana 6 |
2020-09-19 | Grafana : Dynamic Singlestats |
2020-09-19 | Dynamic Tables from Dashboard Variables in Grafana 6 |
2020-09-19 | Dashboard Variables in Grafana 6 |
2020-09-19 | Grafana : Bar Gauge Panel |