summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-28 14:25:04 +0100
committerHolger Levsen <holger@layer-acht.org>2014-10-28 14:25:04 +0100
commit2f0ed1b8dad1bb0dbf7abd8f4edda97c46f06a3d (patch)
tree3dadcd91e167ce2575b25aebcd272d09b289510b
parentb90b933cfd800650d2d6ce2d82d46035094fd908 (diff)
downloadjenkins.debian.net-2f0ed1b8dad1bb0dbf7abd8f4edda97c46f06a3d.tar.xz
configuration for nagios-check-libs
-rw-r--r--etc/nagios/check-libs.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/etc/nagios/check-libs.conf b/etc/nagios/check-libs.conf
new file mode 100644
index 00000000..4279937f
--- /dev/null
+++ b/etc/nagios/check-libs.conf
@@ -0,0 +1,22 @@
+---
+ ignorelist:
+ - '$path =~ m#^/proc/#'
+ - '$path =~ m#^/var/tmp/#'
+ - '$path =~ m#^/tmp/#'
+ - '$path =~ m#^/var/run/#'
+ - '$path =~ m#^/run/#'
+ - '$path =~ m#^/dev/pts/#'
+ - '$path =~ m#^/SYS#'
+ - '$path =~ m#^/sys/#'
+ - '$path =~ m#^/drm$# # xserver stuff'
+ - '$path =~ m#^/dev/zero#'
+ - '$path =~ m#^/dev/shm/#'
+ - '$path =~ m#^/usr/lib/locale/locale-archive#'
+ - '$path =~ m#^/var/log/#'
+ - '$path =~ m#^/var/spool/#'
+ - '$path =~ m#^/var/lib/postgresql/#'
+ - '$path =~ m#^/var/lib/spamassassin/compiled/#'
+ - '$path =~ m#^/var/lib/schroot/#'
+ - '$user =~ m#^jenkins-pbuilder#'
+
+# vim:syn=yaml