From: Peter Palfrader Date: Fri, 7 Aug 2015 20:53:30 +0000 (+0200) Subject: multipath also has /[aio] open, confusing checklibs X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=4d8328201f9f98a7da993d14da8d05f2be913898;p=mirror%2Fdsa-puppet.git multipath also has /[aio] open, confusing checklibs --- diff --git a/modules/nagios/files/common/check-libs.conf b/modules/nagios/files/common/check-libs.conf index e24ecefaa..e414141c7 100644 --- a/modules/nagios/files/common/check-libs.conf +++ b/modules/nagios/files/common/check-libs.conf @@ -18,4 +18,5 @@ - '$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]"' # vim:syn=yaml