From 9ffbadf9ed9d566bbb26fd773a9d13c97544baf9 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Wed, 27 Apr 2022 17:58:00 -0500 Subject: [PATCH] Add a check for executables in /tmp --- playbooks/prod_web.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/prod_web.yml b/playbooks/prod_web.yml index 5f14a42..a5acbac 100755 --- a/playbooks/prod_web.yml +++ b/playbooks/prod_web.yml @@ -201,6 +201,8 @@ command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_cpu_stats -w 75 -c 90 - name: DNS Resolution command: check_by_ssh!/usr/lib/nagios/plugins/check_etc_resolv + - 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 432000 -c 604800 - name: Memory Usage