From 0e27fe5bc7ea19efcd2128855d372f731a1e6960 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 8 Oct 2019 10:10:58 +0200 Subject: [PATCH] Rename check_clamav_signatures to dsa-check-clamav-signatures to avoid possible naming conflict --- config/nagios-master.cfg | 2 +- .../{check_clamav_signatures => dsa-check-clamav-signatures} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename dsa-nagios-checks/checks/{check_clamav_signatures => dsa-check-clamav-signatures} (100%) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 0dfd208..d574490 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2194,7 +2194,7 @@ services: excludehostgroups: heavy-exim, heavy-postfix - name: signature freshness - clamav - nrpe: "/usr/lib/nagios/plugins/check_clamav_signatures" + nrpe: "/usr/lib/nagios/plugins/dsa-check-clamav-signatures" hostgroups: heavy-exim, heavy-postfix # }}} # {{{ anti-spam diff --git a/dsa-nagios-checks/checks/check_clamav_signatures b/dsa-nagios-checks/checks/dsa-check-clamav-signatures similarity index 100% rename from dsa-nagios-checks/checks/check_clamav_signatures rename to dsa-nagios-checks/checks/dsa-check-clamav-signatures -- 2.20.1