multipath also has /[aio] open, confusing checklibs
authorPeter Palfrader <peter@palfrader.org>
Fri, 7 Aug 2015 20:53:30 +0000 (22:53 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 7 Aug 2015 20:53:30 +0000 (22:53 +0200)
modules/nagios/files/common/check-libs.conf

index e24ecef..e414141 100644 (file)
@@ -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