From 0beef5617b410d71b63223b91fbb189469b226da Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 3 Oct 2021 22:39:43 -0500 Subject: [PATCH] Add stale library check --- playbooks/tasks/web/nagios.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/tasks/web/nagios.yml b/playbooks/tasks/web/nagios.yml index 4dc51a1..26d785b 100644 --- a/playbooks/tasks/web/nagios.yml +++ b/playbooks/tasks/web/nagios.yml @@ -34,6 +34,8 @@ 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