소스 검색

Fix SystemDiskInodesTooLow alert

Change-Id: I715f78983c69084c81d4efd4a5625d5dfe0f276f
pull/128/head
Szymon Bańka 7 년 전
부모
커밋
a0dd1737af
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      linux/meta/prometheus.yml

+ 1
- 1
linux/meta/prometheus.yml 파일 보기

@@ -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

Loading…
취소
저장