Grafana.png
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
- Initial release
10/10/2021
- Added variable to detect active network interface name.