]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
mysql does something weird with / - ignore for check-libs purposes
authorPeter Palfrader <peter@palfrader.org>
Sun, 26 Jul 2015 06:32:03 +0000 (08:32 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sun, 26 Jul 2015 06:32:03 +0000 (08:32 +0200)
modules/nagios/files/common/check-libs.conf

index 30c91c1a07b127a76454e2e8cfe7e301b6e5ef6c..e24ecefaa1ea909dc3a03066c9ec9c73a606bc4c 100644 (file)
@@ -17,4 +17,5 @@
     - '$path =~ m#^/var/lib/ganeti/#'
     - '$path =~ m#^/usr/lib/locale/locale-archive#'
     - '$user eq "root" && $process eq "agetty"'
+    - '$user eq "mysql" && $process eq "mysqld" && $path eq "/[aio]"'
 # vim:syn=yaml