From 0f51d271af05aadcd1e95ad8359634a3882bcf88 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 11 Apr 2018 10:32:33 +0200 Subject: [PATCH] check-libs: ignore all access to /srv/salsa/repos by user git, regardless of process name --- modules/nagios/files/common/check-libs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nagios/files/common/check-libs.conf b/modules/nagios/files/common/check-libs.conf index 0f70ed237..a48d4a5c0 100644 --- a/modules/nagios/files/common/check-libs.conf +++ b/modules/nagios/files/common/check-libs.conf @@ -19,5 +19,5 @@ - '$user eq "root" && $process eq "agetty"' - '$user eq "mysql" && $process eq "mysqld" && $path eq "/[aio]"' - '$user eq "root" && $process eq "multipathd" && $path eq "/[aio]"' - - '$user eq "git" && $process =~ m#^(ruby2.3|util.rb:23|ruby-timer-thr)$# && $path =~ m#^/srv/salsa.debian.org/repositories/.*/objects/pack/pack-[0-9a-f]*.(idx|pack)$#' + - '$user eq "git" && $path =~ m#^/srv/salsa.debian.org/repositories/.*/objects/pack/pack-[0-9a-f]*.(idx|pack)$#' # vim:syn=yaml -- 2.20.1