summaryrefslogtreecommitdiffstats
path: root/hosts/jenkins/etc/nagios/check-libs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/jenkins/etc/nagios/check-libs.conf')
-rw-r--r--hosts/jenkins/etc/nagios/check-libs.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/hosts/jenkins/etc/nagios/check-libs.conf b/hosts/jenkins/etc/nagios/check-libs.conf
new file mode 100644
index 00000000..4279937f
--- /dev/null
+++ b/hosts/jenkins/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