mysql does something weird with / - ignore for check-libs purposes
[mirror/dsa-puppet.git] / modules / nagios / files / common / check-libs.conf
index 30c91c1..e24ecef 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