réglage niveau alert du filesystème
This commit is contained in:
parent
f9cb3d35b1
commit
c25b004d3b
|
@ -33,7 +33,7 @@ groups:
|
||||||
# Heavy "/" use
|
# Heavy "/" use
|
||||||
- alert: filesystem_threshold_exceeded
|
- alert: filesystem_threshold_exceeded
|
||||||
expr: node_filesystem_avail{job="%%{job_name_node}",mountpoint="/"} / node_filesystem_size{job="%%{job_name_node}"}
|
expr: node_filesystem_avail{job="%%{job_name_node}",mountpoint="/"} / node_filesystem_size{job="%%{job_name_node}"}
|
||||||
* 100 < 90
|
* 100 < 20
|
||||||
annotations:
|
annotations:
|
||||||
description: This device's filesystem usage has exceeded the threshold with
|
description: This device's filesystem usage has exceeded the threshold with
|
||||||
a value of {{ $value }}.
|
a value of {{ $value }}.
|
||||||
|
|
Loading…
Reference in New Issue