Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 2a62c031d6f136512a7c7d7852a123a13df48381
https://github.com/tribe29/checkmk/commit/2a62c031d6f136512a7c7d7852a123a13…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2019-07-31 (Wed, 31 Jul 2019)
Changed paths:
M checks/legacy_docker.include
Log Message:
-----------
legacy_docker.include: Handle "Item not found" case
Change-Id: I44e07f85f475fd87472a50ecb4649b5be913f0c1
Commit: 50b7a5bb565c13bb9e94b067c540a24d935b1687
https://github.com/tribe29/checkmk/commit/50b7a5bb565c13bb9e94b067c540a24d9…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2019-07-31 (Wed, 31 Jul 2019)
Changed paths:
M checks/ps
Log Message:
-----------
ps: avoid in-place manipulation of in info
Change-Id: I87320185b4098b384df5bbbee9aed9f5842e166d
Commit: 149ac2947708da9150f31f6ea5d5bf73be429854
https://github.com/tribe29/checkmk/commit/149ac2947708da9150f31f6ea5d5bf73b…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2019-07-31 (Wed, 31 Jul 2019)
Changed paths:
M agents/check_mk_agent.linux
M checks/ps
M checks/ps.include
A checks/ps_lnx
A checks/ps_lnx.include
M tests/unit/checks/generictests/datasets/ps_matched.py
M tests/unit/checks/test_ps.py
A tests/unit/checks/test_ps_lnx.py
Log Message:
-----------
ps: introduce separate ps_lnx section
Giving each agents' sections their individual names
allows for more robust and flexible parsing.
Change-Id: I999f23b226485e9e20cd9e8d7ccb07110bdba5f0
Commit: 8e78b2a9dae26037e45b69b1cfc3bf13b0cf40e2
https://github.com/tribe29/checkmk/commit/8e78b2a9dae26037e45b69b1cfc3bf13b…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2019-07-31 (Wed, 31 Jul 2019)
Changed paths:
M tests/unit/checks/test_ps.py
Log Message:
-----------
ps.include: test match_user
Change-Id: I5d3c36dec819d2d8337cb3168f9c5151c3f95aa2
Commit: 4781b3e99b6e00f172c8b4bb7dd81be29d6c3666
https://github.com/tribe29/checkmk/commit/4781b3e99b6e00f172c8b4bb7dd81be29…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2019-07-31 (Wed, 31 Jul 2019)
Changed paths:
M checks/ps.include
M tests/unit/checks/test_ps.py
Log Message:
-----------
ps.include: simplify match_user
Change-Id: I522dc0ad37fcc8d468aeb37a06efd537ca0f9c24
Commit: 9642dea5d928fd3c1d9a08505d9e9e76405188e3
https://github.com/tribe29/checkmk/commit/9642dea5d928fd3c1d9a08505d9e9e764…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2019-07-31 (Wed, 31 Jul 2019)
Changed paths:
M checks/ps.include
M tests/unit/checks/test_ps.py
Log Message:
-----------
ps.include: generalize match_user
Change-Id: I550a05fc4b4c499ce04ada8cc0cf600ebaa0a8d2
Commit: 26281311ec1ffd0a6740afab03e0de07ea4c2a25
https://github.com/tribe29/checkmk/commit/26281311ec1ffd0a6740afab03e0de07e…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2019-07-31 (Wed, 31 Jul 2019)
Changed paths:
M checks/ps.include
Log Message:
-----------
ps.include: reduce indentation
Change-Id: I0e35d89d4d4ea524e4ba4446802e10bb25208e5a
Commit: b04f2f1da208f27cb122c1cf2616511e5a361f6e
https://github.com/tribe29/checkmk/commit/b04f2f1da208f27cb122c1cf2616511e5…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2019-07-31 (Wed, 31 Jul 2019)
Changed paths:
M checks/ps.include
M tests/unit/checks/test_ps.py
Log Message:
-----------
ps.include: split up matching
we now match attributes and description in separate functions
Change-Id: Iab102ca476667841e6f875ca53b2f6597be16f54
Commit: 38fee19f55be0cf18fd113f36f03ddc0d883634a
https://github.com/tribe29/checkmk/commit/38fee19f55be0cf18fd113f36f03ddc0d…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2019-07-31 (Wed, 31 Jul 2019)
Changed paths:
M .werks/7420
A .werks/7958
M checks/ps
M checks/ps.include
M cmk/gui/plugins/wato/check_parameters/ps.py
M tests/unit/checks/generictests/datasets/ps_matched.py
M tests/unit/checks/test_ps.py
Log Message:
-----------
7958 ps: Allow to filter discovery by cgroup (Linux only)
The checkmk agent for Linux hosts now also sends the <i>cgroup</i>
information proveded by the ps command. This allows users to filter
processes by their control group during discovery.
For instance you can use this to exclude processes running in Docker
containers.
See the help of the discovery rule "Discover Processes" for details.
Change-Id: Id4a1fb8e12183737e2cb3bb0525c76746e6f31af
Commit: ce92f978e3dd3f17cbb308ed54c3e1caf5e10d06
https://github.com/tribe29/checkmk/commit/ce92f978e3dd3f17cbb308ed54c3e1caf…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2019-07-31 (Wed, 31 Jul 2019)
Changed paths:
A tests/unit/checks/generictests/datasets/ps_lnx.py
Log Message:
-----------
ps: add test for ps_lnx
Change-Id: Iae7edc928f8cc0d3f193703560c15952ae602f18
Compare:
https://github.com/tribe29/checkmk/compare/bc7fe60676de...ce92f978e3dd