Check clamav signature freshness on heavy MTAs
authorAdam D. Barratt <adam@adam-barratt.org.uk>
Tue, 1 Oct 2019 20:07:42 +0000 (21:07 +0100)
committerAdam D. Barratt <adam@adam-barratt.org.uk>
Mon, 7 Oct 2019 18:04:38 +0000 (19:04 +0100)
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
config/nagios-master.cfg

index 287a311..20cad67 100644 (file)
@@ -2186,6 +2186,10 @@ services:
     nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C freshclam"
     hostgroups: computers
     excludehostgroups: heavy-exim, heavy-postfix
+  -
+    name: signature freshness - clamav
+    nrpe: "/usr/lib/nagios/plugins/check_clamav_signatures"
+    hostgroups: heavy-exim, heavy-postfix
   # }}}
   # {{{ anti-spam
   -