rfmoz / grafana-dashboards

Grafana dashboards
Apache License 2.0
1.17k stars 445 forks source link

Update node-exporter-freebsd.json #64

Closed Geezabiscuit closed 4 years ago

Geezabiscuit commented 4 years ago

Replace 'node_memory_swap_in_bytes_total' with 'node_memory_swap_size_bytes'. Changes the calculation to ((used swap * 100) / swap size), giving used swap as a percentage of the maximum available swap.

Geezabiscuit commented 4 years ago

Should resolve issue #59.