/etc/nagios-plugins/check-libs.conf is in nagios-plugins-contrib 9.20140106.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ---
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/#'
# vim:syn=yaml
|