Prometheus: What is Prometheus Node Exporter
This documentation is part of the Retrieving metrics from Linux guide. View the full guide here: How to retrieve Linux server metrics in Prometheus using Node Exporter.
👋 Welcome to the Stackhero documentation!
Stackhero delivers a fully managed Prometheus cloud platform designed for reliability and simplicity:
Alert Manageris built in, so you can route alerts directly toSlack,Mattermost,PagerDuty, and other popular destinations.- A dedicated email server lets you send unlimited email alerts without extra setup.
Blackboxis included, allowing you to probeHTTP,ICMP,TCP, and other protocols for comprehensive monitoring.- Configure your instance quickly using the online configuration file editor. There is no need to manage YAML by hand.
- Apply updates with a single click. Stackhero handles the upgrade process for you, minimizing downtime and manual intervention.
- High performance and strong security are built in, thanks to your own private, dedicated infrastructure.
Get up and running in about 5 minutes. Stackhero takes care of the setup so you can focus on monitoring, not maintenance. Try Prometheus cloud hosting on Stackhero to streamline your monitoring and alerting workflows.
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