[packages/nagios-plugin-check_libs] exclude php/apache stuff

glen glen at pld-linux.org
Mon Feb 3 10:18:14 CET 2014


commit 3abfd1ab00a66587d8937d1f760658169b1d32fb
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Feb 3 09:17:58 2014 +0000

    exclude php/apache stuff

 nagios-check-libs.conf | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/nagios-check-libs.conf b/nagios-check-libs.conf
index ca63283..03ef587 100644
--- a/nagios-check-libs.conf
+++ b/nagios-check-libs.conf
@@ -1,4 +1,4 @@
---- 
+---
   ignorelist:
     - '$path =~ m#^/proc/#'
     - '$path =~ m#^/var/tmp/#'
@@ -6,4 +6,7 @@
     - '$path =~ m#^/drm$# # xserver stuff'
     - '$path =~ m#^/dev/zero#'
     - '$path =~ m#^/dev/shm/#'
+# php/apache
+    - '$path =~ m#^/tmp/\.xcache\.\d+\.\d+\.\d+\.lock#'
+    - '$path =~ m#^/tmp/session_mm_.+\d+.sem#'
 # vim:syn=yaml
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nagios-plugin-check_libs.git/commitdiff/3abfd1ab00a66587d8937d1f760658169b1d32fb



More information about the pld-cvs-commit mailing list