1 Linux Stats with Node Exporter
2,729 5.0 (2 reviews)

Created 7/17/2021
Updated 10/10/2021
Revision 2
Categories
AWSAzureDockerWeb Servers
Grafana Version >=7.3.1
Datasources
Prometheus

Linux Stats with Node Exporter

Monitoring Linux host metrics, with beautiful Grafana dashboard.

To quickly setup Prometheus node_exporter.


This dashboard includes panels for the following metrics:

  • CPU Usage
  • Load Average
  • Network Usgae
  • Memory
  • Disk
  • Sys basics

Variables used:
$job = label_values(node_uname_info, job)
$node = label_values(node_uname_info{job="$job"}, instance)
$network_interface = label_values(node_network_info{operstate="up"}, device)


Github: https://github.com/3xploitGuy/linuxstats


Screenshot :


[Update] :
18/07/2021

  1. Initial release

10/10/2021

  1. Added variable to detect active network interface name.
Export Dashboard
Download
Copy to Clipboard