From: Peter Palfrader <peter@palfrader.org>
Date: Fri, 7 Aug 2015 20:53:30 +0000 (+0200)
Subject: multipath also has /[aio] open, confusing checklibs
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4d8328201f9f98a7da993d14da8d05f2be913898;p=dsa-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 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