Node_exporter: which metrics to use for disk size

Created on 12 Mar 2018  路  3Comments  路  Source: prometheus/node_exporter

Hi

I have one server with grafana and prometheus and lots of servers have some exporters

I want to get alert whether the disk size are about exhausted. I have some alerts working on Grafana.

also I want to choose the servers which I want to get alert from. When I put a metric command, it shows data from all servers.

Thanks in advance

Most helpful comment

((node_filesystem_avail* 100) / node_filesystem_size) < 10
This works fine for me for disk usage above 90%

All 3 comments

((node_filesystem_avail* 100) / node_filesystem_size) < 10
This works fine for me for disk usage above 90%

It makes more sense to ask questions like this on the prometheus-users mailing list rather than in a GitHub issue. On the mailing list, more people are available to potentially respond to your question, and the whole community can benefit from the answers provided.

how to find out disk usage of a vm using prometheus query language

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xens picture xens  路  4Comments

Dlorite picture Dlorite  路  3Comments

cjroebuck picture cjroebuck  路  3Comments

prologic picture prologic  路  4Comments

fchiorascu picture fchiorascu  路  3Comments