From 8dbed6462904ef2883fdcd4b040887ab18885147 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Thu, 28 Jul 2022 21:45:15 -0500 Subject: [PATCH] Revert "Give incredibly much less of a flying flip about when the last Ansible play was" I added a gitlab runner and all of a sudden everything work consistently. --- 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 c3a3129..3de65f9 100755 --- a/playbooks/prod_web.yml +++ b/playbooks/prod_web.yml @@ -108,7 +108,7 @@ - name: Executables in tmp command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_executables_in_tmp - name: Last Ansible Play - command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_file_age /var/lib/ansible-last-run -w 1814400 -c 2592000 + 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"