From: Peter Palfrader Date: Sun, 26 Jul 2015 06:32:03 +0000 (+0200) Subject: mysql does something weird with / - ignore for check-libs purposes X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=aa499a492a276e73406208952e82817bb1cd83d4;p=mirror%2Fdsa-puppet.git mysql does something weird with / - ignore for check-libs purposes --- diff --git a/modules/nagios/files/common/check-libs.conf b/modules/nagios/files/common/check-libs.conf index 30c91c1a0..e24ecefaa 100644 --- a/modules/nagios/files/common/check-libs.conf +++ b/modules/nagios/files/common/check-libs.conf @@ -17,4 +17,5 @@ - '$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]"' # vim:syn=yaml