Explorar el Código

Increase disk issues timeout for alerts

Change-Id: I646a852be587598ff0866e5941d954a6ac1fdd08
pull/133/head
Kirill Mashchenko hace 7 años
padre
commit
01ad2ccdce
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      linux/meta/prometheus.yml

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

@@ -14,7 +14,7 @@ server:
SystemDiskSpaceTooLow:
if: 'predict_linear(disk_free[1h], 8*3600) < 0'
{% raw %}
for: 5m
for: 15m
labels:
severity: warning
service: system
@@ -35,7 +35,7 @@ server:
SystemDiskInodesTooLow:
if: 'predict_linear(disk_inodes_free[1h], 8*3600) < 0'
{% raw %}
for: 5m
for: 15m
labels:
severity: warning
service: system

Cargando…
Cancelar
Guardar