X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnagios%2Ffiles%2Fcommon%2Fcheck-libs.conf;h=a48d4a5c0f459e0ca9e69ac23b6bc330308e58db;hb=694793a4317a94b7dc1483f4a52d4b1868224ed6;hp=0fe767834ce91c8d10133616dda738c176467a52;hpb=e6c69790c2680df17f8df0659f88d8a94233df4d;p=mirror%2Fdsa-puppet.git diff --git a/modules/nagios/files/common/check-libs.conf b/modules/nagios/files/common/check-libs.conf index 0fe767834..a48d4a5c0 100644 --- a/modules/nagios/files/common/check-libs.conf +++ b/modules/nagios/files/common/check-libs.conf @@ -16,4 +16,8 @@ - '$path =~ m#^/var/spool/#' - '$path =~ m#^/var/lib/ganeti/#' - '$path =~ m#^/usr/lib/locale/locale-archive#' + - '$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" && $path =~ m#^/srv/salsa.debian.org/repositories/.*/objects/pack/pack-[0-9a-f]*.(idx|pack)$#' # vim:syn=yaml