From aa499a492a276e73406208952e82817bb1cd83d4 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 26 Jul 2015 08:32:03 +0200 Subject: [PATCH] mysql does something weird with / - ignore for check-libs 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 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 -- 2.20.1