projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1611b8c
)
multipath also has /[aio] open, confusing checklibs
author
Peter Palfrader
<peter@palfrader.org>
Fri, 7 Aug 2015 20:53:30 +0000
(22:53 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 7 Aug 2015 20:53:30 +0000
(22:53 +0200)
modules/nagios/files/common/check-libs.conf
patch
|
blob
|
history
diff --git
a/modules/nagios/files/common/check-libs.conf
b/modules/nagios/files/common/check-libs.conf
index
e24ecef
..
e414141
100644
(file)
--- a/
modules/nagios/files/common/check-libs.conf
+++ b/
modules/nagios/files/common/check-libs.conf
@@
-18,4
+18,5
@@
- '$path =~ m#^/usr/lib/locale/locale-archive#'
- '$user eq "root" && $process eq "agetty"'
- '$user eq "mysql" && $process eq "mysqld" && $path eq "/[aio]"'
+ - '$user eq "root" && $process eq "multipathd" && $path eq "/[aio]"'
# vim:syn=yaml