瀏覽代碼

Update check for local salt master

By default the check is OK for a number of processes between 1 and 15
but on our machine the number is up to 48. So we set the limit
accordingly.

Change-Id: Iac3d2b91312dfe778ebcd39b5eb985348c7aee5a
pull/35/head
Guillaume Thouvenin 7 年之前
父節點
當前提交
8467224c8d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      salt/meta/sensu.yml

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

@@ -1,6 +1,6 @@
check:
local_salt_master_proc:
command: "PATH=$PATH:/usr/lib64/nagios/plugins:/usr/lib/nagios/plugins check_procs -C salt-master -u root -c 1:15"
command: "PATH=$PATH:/usr/lib64/nagios/plugins:/usr/lib/nagios/plugins check_procs -C salt-master -u root -c 1:50"
interval: 60
occurrences: 1
subscribers:

Loading…
取消
儲存