]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/nagios/files/common/check-libs.conf
multipath also has /[aio] open, confusing checklibs
[dsa-puppet.git] / modules / nagios / files / common / check-libs.conf
1 --- 
2   ignorelist:
3     - '$path =~ m#^/proc/#'
4     - '$path =~ m#^/var/tmp/#'
5     - '$path =~ m#^/tmp/#'
6     - '$path =~ m#^/var/run/#'
7     - '$path =~ m#^/run/#'
8     - '$path =~ m#^/dev/pts/#'
9     - '$path =~ m#^/SYS#'
10     - '$path =~ m#^/sys/#'
11     - '$path =~ m#^/drm$# # xserver stuff'
12     - '$path =~ m#^/dev/zero#'
13     - '$path =~ m#^/dev/shm/#'
14     - '$path =~ m#^/var/lib/postgresql/#'
15     - '$path =~ m#^/var/log/#'
16     - '$path =~ m#^/var/spool/#'
17     - '$path =~ m#^/var/lib/ganeti/#'
18     - '$path =~ m#^/usr/lib/locale/locale-archive#'
19     - '$user eq "root" && $process eq "agetty"'
20     - '$user eq "mysql" && $process eq "mysqld" && $path eq "/[aio]"'
21     - '$user eq "root" && $process eq "multipathd" && $path eq "/[aio]"'
22 # vim:syn=yaml