Module: check_mk
Branch: master
Commit: 5e932641cb3523a4aae5deed1b976a7b19910bb4
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=5e932641cb3523…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Tue Jun 28 14:54:30 2016 +0200
further mk_inotify config fix
---
agents/plugins/mk_inotify | 2 ++
1 file changed, 2 insertions(+)
diff --git a/agents/plugins/mk_inotify b/agents/plugins/mk_inotify
index 8e1e330..ba8a190 100755
--- a/agents/plugins/mk_inotify
+++ b/agents/plugins/mk_inotify
@@ -325,6 +325,8 @@ def main():
attributes["mask"] = 0
for mode in attributes["modes"]:
attributes["mask"] |= map_events[mode][0]
+ for mode in attributes["monitor_all"]:
+ attributes["mask"] |= map_events[mode][0]
update_watched_folders()