Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 4914
blob04b650a32df6e924e7c7b281578217599a071a69
1 Title: statgrab_mem: Plugin is now prioritized over solaris_mem if both is available
2 Level: 1
3 Component: checks
4 Compatible: incomp
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.