From: Peter Palfrader Date: Wed, 28 Jan 2015 13:13:14 +0000 (+0100) Subject: Add sample for check-libs.conf file X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=93c41d94dd1d561b1ec3257ace39db91221c8055;p=mirror%2Fdsa-nagios.git Add sample for check-libs.conf file --- diff --git a/dsa-nagios-checks/etc/check-libs.conf.sample b/dsa-nagios-checks/etc/check-libs.conf.sample new file mode 100644 index 0000000..0fe7678 --- /dev/null +++ b/dsa-nagios-checks/etc/check-libs.conf.sample @@ -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