Generic Node
2,186

Created 9/25/2017
Updated 9/25/2017
Revision 1
Categories
Host Metrics
Grafana Version >=4.3.1
Datasources
Prometheus
  1. The dashboard assumes that the node_exporter job is called db_nodes. Replace it for your needs. A metric node_filesystem_avail is calculated by Prometheus rule. Save this to a file /etc/prometheus/rules/compute_metrics.rules on your Prometheus server:

node::node_filesystem_avail::percent= round(100*(min by (job,instance,mountpoint,fstype) (node_filesystem_avail{fstype !~ "rpc_pipefs|rootfs|tmpfs",device!="/etc/auto.misc",mountpoint !~ "/boot|/net|/selinux"}/node_filesystem_size{fstype !~ "rpc_pipefs|rootfs|tmpfs",device!="/etc/auto.misc",mountpoint !~ "/boot|/net|/selinux"})),0.01)

  1. "System load normalized" chart shows system load divided by number of CPU cores
Get Dashboard
Download
Copy to Clipboard
Source Grafana.com