Fix typo in alert description
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
083fc4da9a
commit
11335a6077
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ groups:
|
||||||
severity: warning
|
severity: warning
|
||||||
annotations:
|
annotations:
|
||||||
summary: >-
|
summary: >-
|
||||||
Espace libre de {{ raw('$labels.mountpoint') }} sur
|
Espace libre de {{ raw('$labels.mountpoint') }} à
|
||||||
à {{ raw('$value | printf "%.1f"') }}%
|
{{ raw('$value | printf "%.1f"') }}%
|
||||||
|
|
||||||
- alert: OutOfInodes
|
- alert: OutOfInodes
|
||||||
expr: node_filesystem_files_free / node_filesystem_files * 100 < 10
|
expr: node_filesystem_files_free / node_filesystem_files * 100 < 10
|
||||||
|
|
Loading…
Reference in a new issue