Push nagios check-libs.conf via puppet
[mirror/dsa-puppet.git] / modules / nagios / files / common / check-libs.conf
diff --git a/modules/nagios/files/common/check-libs.conf b/modules/nagios/files/common/check-libs.conf
new file mode 100644 (file)
index 0000000..0fe7678
--- /dev/null
@@ -0,0 +1,19 @@
+--- 
+  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#^/var/lib/postgresql/#'
+    - '$path =~ m#^/var/log/#'
+    - '$path =~ m#^/var/spool/#'
+    - '$path =~ m#^/var/lib/ganeti/#'
+    - '$path =~ m#^/usr/lib/locale/locale-archive#'
+# vim:syn=yaml