소스 검색

Don't check swap if not present

tags/2016.12
Filip Pytloun 8 년 전
부모
커밋
6edb3a7a68
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      linux/meta/sensu.yml

+ 3
- 0
linux/meta/sensu.yml 파일 보기

@@ -1,3 +1,4 @@
{%- from "linux/map.jinja" import storage with context %}
check:
local_linux_system_zombie_procs:
command: "PATH=$PATH:/usr/lib64/nagios/plugins:/usr/lib/nagios/plugins check_procs -w 2 -c 7 -s Z"
@@ -17,12 +18,14 @@ check:
occurrences: 1
subscribers:
- local-linux-system
{%- if storage.swap|length > 0 %}
local_linux_storage_swap_usage:
command: "PATH=$PATH:/usr/lib64/nagios/plugins:/usr/lib/nagios/plugins check_swap -a -w 50% -c 20%"
interval: 60
occurrences: 1
subscribers:
- local-linux-storage
{%- endif %}
local_linux_storage_disk_usage:
command: "PATH=$PATH:/usr/lib64/nagios/plugins:/usr/lib/nagios/plugins check_disk -w 15% -c 5% -p / -p /var -p /usr -p /tmp -p /var/log"
interval: 60

Loading…
취소
저장