Kaynağa Gözat

[MMO-132] Check the length of the dict, instead of if it's defined (it

will always be defined since the default is an empty dict)
pull/99/head
Erick Cantwell 7 yıl önce
ebeveyn
işleme
e5770ac50f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      linux/meta/sensu.yml

+ 1
- 1
linux/meta/sensu.yml Dosyayı Görüntüle

@@ -18,7 +18,7 @@ check:
occurrences: 1
subscribers:
- local-linux-system
{%- if storage.swap is defined %}
{%- if storage.swap|length > 0 %}
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 {{ monitoring.swap.warn }} -c {{ monitoring.swap.crit }}"
interval: 60

Yükleniyor…
İptal
Kaydet