Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: cb46cf539d80d337e2b185d2e4a418826e5257ed
https://github.com/tribe29/checkmk/commit/cb46cf539d80d337e2b185d2e4a418826…
Author: Simon Jess <simon.jess(a)tribe29.com>
Date: 2019-07-31 (Wed, 31 Jul 2019)
Changed paths:
M buildscripts/scripts/test-gerrit.jenkins
Log Message:
-----------
test-futurize: Run test on all relevant python files if test file changed
Change-Id: Ic08653d3642d0517cc6dc5f08ed26fd46bf10436
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
Branch: refs/heads/1.6.0
Home: https://github.com/tribe29/checkmk
Commit: fd698e46e9091285ad90750526638ffe743549d9
https://github.com/tribe29/checkmk/commit/fd698e46e9091285ad90750526638ffe7…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2019-07-31 (Wed, 31 Jul 2019)
Changed paths:
M cmk/gui/valuespec.py
Log Message:
-----------
Improve regex valuespec help text
Change-Id: I03559be1451e4d933279d97251ee6686df96d125
Commit: 01f67200bea7239933a03f0ac960fddcf5054352
https://github.com/tribe29/checkmk/commit/01f67200bea7239933a03f0ac960fddcf…
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: 59d6c97b54a666bbfc71b7f71442e5037e8b2fa8
https://github.com/tribe29/checkmk/commit/59d6c97b54a666bbfc71b7f71442e5037…
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: d38996b45b9c533f8826ff655fec490ffbb843ca
https://github.com/tribe29/checkmk/commit/d38996b45b9c533f8826ff655fec490ff…
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: e88a99677db485801328ada8c577dddbb4f6508b
https://github.com/tribe29/checkmk/commit/e88a99677db485801328ada8c577dddbb…
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: 5c80bc3fb67477d4863a4bd811b9fd0695532678
https://github.com/tribe29/checkmk/commit/5c80bc3fb67477d4863a4bd811b9fd069…
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: 161eb341186702c93a9a22a16bd06952903b094a
https://github.com/tribe29/checkmk/commit/161eb341186702c93a9a22a16bd069529…
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: 8403f604022902882428b87b96ad111bba6e00dc
https://github.com/tribe29/checkmk/commit/8403f604022902882428b87b96ad111bb…
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: d78ce1b6937afcb362c4a4950dfc3787aac00b4d
https://github.com/tribe29/checkmk/commit/d78ce1b6937afcb362c4a4950dfc3787a…
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: 2e0082d0fe28dc5a380ed6315e36d3771191399f
https://github.com/tribe29/checkmk/commit/2e0082d0fe28dc5a380ed6315e36d3771…
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: 43fd1c0470e37730d1d2b7a23f105b9165d8aaf5
https://github.com/tribe29/checkmk/commit/43fd1c0470e37730d1d2b7a23f105b916…
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/8035dac242ec...43fd1c0470e3