From fab7be68c534a2081173fc6a5fe5216d44517e6a Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 29 Nov 2021 22:15:09 -0600 Subject: [PATCH] Tune thresholds for monitoring the age of ansible-last-run --- playbooks/tasks/web/nagios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/tasks/web/nagios.yml b/playbooks/tasks/web/nagios.yml index 0996cf1..5893861 100644 --- a/playbooks/tasks/web/nagios.yml +++ b/playbooks/tasks/web/nagios.yml @@ -38,7 +38,7 @@ - name: DNS Resolution command: check_by_ssh!/usr/lib/nagios/plugins/check_etc_resolv - name: Last Ansible Play - command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_file_age /var/lib/ansible-last-run -w 90000 -c 100000 + 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% - name: Package Updates