Fix typo in alert description
continuous-integration/drone/push Build is passing Details

This commit is contained in:
jeltz 2021-04-01 18:15:22 +02:00
parent 083fc4da9a
commit 11335a6077
1 changed files with 2 additions and 2 deletions

View File

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