Explorar el Código

Fix SystemDiskInodesTooLow alert

Change-Id: I715f78983c69084c81d4efd4a5625d5dfe0f276f
pull/128/head
Szymon Bańka hace 7 años
padre
commit
a0dd1737af
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      linux/meta/prometheus.yml

+ 1
- 1
linux/meta/prometheus.yml Ver fichero

@@ -42,7 +42,7 @@ server:
description: 'The disk inodes ({{ $labels.path }}) will be full in less than 8 hours on {{ $labels.host }}.'
{% endraw %}
SystemDiskInodesFull:
if: 'disk_inodes_used / disk_inodes_total >= 99'
if: 'disk_inodes_used / disk_inodes_total >= 0.99'
{% raw %}
labels:
severity: critical

Cargando…
Cancelar
Guardar