From 770b34f5f39647dce68475f990e72d64b75665f1 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Tue, 1 Oct 2019 21:07:42 +0100 Subject: [PATCH] Check clamav signature freshness on heavy MTAs Signed-off-by: Adam D. Barratt --- config/nagios-master.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 287a311..20cad67 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -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 - -- 2.20.1