From c9808bb171b3a661d4288ae92a9cb3ef6582ef2e Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 3 Oct 2021 23:54:32 -0500 Subject: [PATCH] Revert "Add stale library check" This reverts commit 0beef5617b410d71b63223b91fbb189469b226da. --- playbooks/tasks/web/nagios.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/playbooks/tasks/web/nagios.yml b/playbooks/tasks/web/nagios.yml index 26d785b..4dc51a1 100644 --- a/playbooks/tasks/web/nagios.yml +++ b/playbooks/tasks/web/nagios.yml @@ -34,8 +34,6 @@ command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_apt_pending - name: Reboot Required command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_reboot_required - - name: Stale Libraries - command: check_by_ssh!/usr/lib/nagios/plugins/check_libs - name: Unit atd.service command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit atd.service - name: Unit backup.service