Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 4914
blob5ea49c522f26c79b8318e5322a32d790f50c18db
1 Title: statgrab_mem: Plugin is now prioritized over solaris_mem if both is available
2 Level: 1
3 Component: checks
4 Compatible: incompat
5 Edition: cre
6 Version: 1.5.0i1
7 Date: 1499342226
8 Class: fix
10 Until now the solaris_mem has been prioritized over statgrab_mem if both are
11 available and deliver the same information. This has been changed by this
12 werk. Since the memory info from top is under suspicion to be buggy we do
13 prefer the mem information from statgrab from now on. The information from
14 top will be a fallback only if statgrab is not available.
16 You may have to rediscover services to benefit from this change.