]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/nagios/files/common/check-libs.conf
mysql does something weird with / - ignore for check-libs purposes
[dsa-puppet.git] / 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