From: Peter Palfrader Date: Wed, 28 Jan 2015 09:32:07 +0000 (+0100) Subject: Add upgraded library check X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=652a486b3c7dddc9f2fa00bb016704fd6a54e36b;p=mirror%2Fdsa-nagios.git Add upgraded library check --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 8f2901e..5db3307 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1670,6 +1670,15 @@ services: hostgroups: computers normal_check_interval: 60 retry_check_interval: 15 + - + name: upgraded libraries + servicegroups: security + nrpe: "sudo /usr/lib/nagios/plugins/dsa-check-libs" + #hostgroups: computers + hosts: minkus + normal_check_interval: 60 + retry_check_interval: 15 + notification_interval: 10080 - name: installed firewall nrpe: "/usr/lib/nagios/plugins/dsa-check-file -w -f /etc/ferm/ferm.conf"