瀏覽代碼

Revert "turn off check swap if needed"

This reverts commit a63f4053f3.
tags/mcp0.5
vmikes 8 年之前
父節點
當前提交
37837f3280
共有 2 個檔案被更改,包括 4 行新增10 行删除
  1. +3
    -9
      linux/map.jinja
  2. +1
    -1
      linux/meta/sensu.yml

+ 3
- 9
linux/map.jinja 查看文件

@@ -124,9 +124,7 @@
{% set storage = salt['grains.filter_by']({
'Arch': {
'mount': {},
'swap': {
'enabled': True,
},
'swap': {},
'lvm': {},
'multipath': {
'enabled': False,
@@ -136,9 +134,7 @@
},
'Debian': {
'mount': {},
'swap': {
'enabled': True,
},
'swap': {},
'lvm': {},
'multipath': {
'enabled': False,
@@ -149,9 +145,7 @@
},
'RedHat': {
'mount': {},
'swap': {
'enabled': True,
},
'swap': {},
'lvm': {},
'multipath': {
'enabled': False,

+ 1
- 1
linux/meta/sensu.yml 查看文件

@@ -18,7 +18,7 @@ check:
occurrences: 1
subscribers:
- local-linux-system
{%- if storage.swap.enabled %}
{%- if storage.swap is defined %}
local_linux_storage_swap_usage_{{ system.name|replace('.', '-') }}-{{ system.domain|replace('.', '-') }}:
command: "PATH=$PATH:/usr/lib64/nagios/plugins:/usr/lib/nagios/plugins check_swap -a -w 50% -c 20%"
interval: 60

Loading…
取消
儲存