Change an alert description

This commit is contained in:
jeltz 2021-04-01 18:24:03 +02:00
parent 11335a6077
commit 35286a661a

View file

@ -41,8 +41,8 @@ groups:
severity: warning
annotations:
summary: >-
Espace libre de {{ raw('$labels.mountpoint') }} à
{{ raw('$value | printf "%.1f"') }}%
{{ raw('$value | printf "%.1f"') }}% d'espace libre pour
{{ raw('$labels.mountpoint') }}
- alert: OutOfInodes
expr: node_filesystem_files_free / node_filesystem_files * 100 < 10