From 4d8328201f9f98a7da993d14da8d05f2be913898 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 7 Aug 2015 22:53:30 +0200 Subject: [PATCH] multipath also has /[aio] open, confusing checklibs --- 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 e24ecefa..e414141c 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 -- 2.39.2