From 09f33966ac45e829bb6c0a3ae14b20d5821a785c Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 24 Dec 2021 15:32:53 -0600 Subject: [PATCH] Disable memory checks for machines running ZFS I give up. I'll circle back on this later --- playbooks/prod_web.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/prod_web.yml b/playbooks/prod_web.yml index fa679d8..1daceaa 100755 --- a/playbooks/prod_web.yml +++ b/playbooks/prod_web.yml @@ -176,6 +176,7 @@ command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_file_age /var/lib/ansible-last-run -w 93600 -c 129600 - name: Memory Usage command: check_by_ssh!/usr/lib/nagios/plugins/check_memory -w 20% -c 10% + hostgroup: "!tag-prov-zfs" - name: Ping Self over DNS command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_ping_by_hostname - name: Reboot Required