How to add another server on node-exporter and prometheus and Structure.🚀
Prometheus acts as the server, scraping and storing metrics from Node Exporter, the client, which collects system-level metrics (CPU, memory, disk, etc.) and exposes them at http://server_ip:9100/metrics
. Prometheus is configured to scrape this endpoint, storing the data in its time-series database. You can visualize the metrics using Prometheus' UI or integrate it with Grafana for advanced dashboards.
➡How to add another server:
➡Inside prometheus directory exporter-config.yml file add ip_address.
On Next blog: How to install Grafana and how to connect with prometheus and node-exporter.
If you have any questions or face issues, feel free to drop a comment below or mail me at birendra2783@gmail.com!