From f64c0de901606563768c7b4eefca93a5c156e873 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 26 Mar 2022 19:57:37 -0500 Subject: [PATCH] Increase timeout on ansible-last-run --- playbooks/prod_web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/prod_web.yml b/playbooks/prod_web.yml index a34d080..cda0cf8 100755 --- a/playbooks/prod_web.yml +++ b/playbooks/prod_web.yml @@ -202,7 +202,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 176400 -c 216000 + command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_file_age /var/lib/ansible-last-run -w 432000 -c 604800 - name: Memory Usage command: check_by_ssh!/usr/lib/nagios/plugins/check_memory -w 10% -c 5% hostgroup: "ansible,!tag-prov-zfs"