Module: check_mk
Branch: master
Commit: b6e839b03dc5f8fcba0fdebb4a9c5a7cea06f80e
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=b6e839b03dc5f8…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Tue Mar 31 17:05:24 2015 +0200
#2183 ps: allow levels of used RAM in percentage of total RAM of host
You can now specify the levels for the memory usage of a process
or group of processes in relation to the total RAM memory of a host.
This makes it easier to find memory consuming processes in general,
without the need for different levels for every single host.
Note: these levels only work if the agent output provides information
about the total memory. This is the case for at least the usual
agents for Linux, Windows and Solaris.
---
.werks/2183 | 16 ++++++++++
ChangeLog | 4 +--
checks/mem | 2 +-
checks/mem.include | 1 +
checks/ps | 25 ++++++++++++----
checks/ps.include | 25 +++++++++++++++-
checks/solaris_mem | 53 ++++++++++++++++++---------------
checks/statgrab_mem | 54 ++++++++++------------------------
modules/check_mk.py | 11 +++++--
web/plugins/wato/check_parameters.py | 22 +++++++++-----
10 files changed, 130 insertions(+), 83 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=b6e839b03d…