Prometheus: What is Prometheus Node Exporter
This documentation is part of the Retrieving metrics from Linux guide. You can view the complete guide here: How to retrieve Linux server metrics in Prometheus using Node Exporter.
👋 Welcome to the Stackhero documentation!
Stackhero offers a ready-to-use Prometheus cloud solution that provides a host of benefits, including:
Alert Managerincluded to send alerts toSlack,Mattermost,PagerDuty, etc.- Dedicated email server to send unlimited email alerts.
Blackboxto probeHTTP,ICMP,TCP, and more.- Easy configuration with online configuration file editor.
- Effortless updates with just a click.
- Optimal performance and robust security powered by a private and dedicated VM.
Save time and simplify your life: it only takes 5 minutes to try Stackhero's Prometheus cloud hosting solution!
Node Exporter is software that you can install on *NIX kernels (Linux, OpenBSD, FreeBSD, or Darwin) to expose system metrics for Prometheus. It is an essential component for monitoring server performance and infrastructure health.
In Prometheus terminology, Node Exporter acts as an exporter and is added as a target in your Prometheus configuration. Prometheus connects to Node Exporter using TCP port 9100 via HTTP at regular intervals to retrieve metrics.
In summary, Node Exporter allows you to monitor a Linux-based system. For Windows systems, you can use the Windows Exporter.
Big picture of Stackhero for Prometheus