From 5031833f398a1d92533a5ce47c0b56bee7a96a58 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 15 Dec 2021 20:06:12 -0600 Subject: [PATCH] Remove Package Updates check It's just pointless noise to be honest, it's way too loud. Perhaps a proper patch management solution would be in order? --- playbooks/prod_web.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/playbooks/prod_web.yml b/playbooks/prod_web.yml index 3394324..fa679d8 100755 --- a/playbooks/prod_web.yml +++ b/playbooks/prod_web.yml @@ -176,11 +176,6 @@ 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 - command: check_by_ssh!/usr/lib/nagios/plugins/check_packages - extra: - - key: notification_options - value: c,r - name: Ping Self over DNS command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_ping_by_hostname - name: Reboot Required