From 9778e8404d7aebb607a2f1a2f4713d0946701564 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 4 Feb 2018 12:35:49 +0100 Subject: [PATCH] ignore salsa fd leak in sidekiq for dsa-check-lib purposes --- modules/nagios/files/common/check-libs.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nagios/files/common/check-libs.conf b/modules/nagios/files/common/check-libs.conf index e414141c7..0f70ed237 100644 --- a/modules/nagios/files/common/check-libs.conf +++ b/modules/nagios/files/common/check-libs.conf @@ -19,4 +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)$#' # vim:syn=yaml -- 2.20.1