]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 e24ecefaa1ea909dc3a03066c9ec9c73a606bc4c..e414141c7e8e9fc14563315cefa5b18452bd17ac 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