réglage niveau alert du filesystème

Este commit está contenido en:
vincent 2018-06-26 14:06:37 +02:00
padre f9cb3d35b1
commit c25b004d3b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -33,7 +33,7 @@ groups:
# Heavy "/" use
- alert: filesystem_threshold_exceeded
expr: node_filesystem_avail{job="%%{job_name_node}",mountpoint="/"} / node_filesystem_size{job="%%{job_name_node}"}
* 100 < 90
* 100 < 20
annotations:
description: This device's filesystem usage has exceeded the threshold with
a value of {{ $value }}.