Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 4f2433926c55a058bfa558245055cad77177a053
https://github.com/tribe29/checkmk/commit/4f2433926c55a058bfa558245055cad77…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
A .github/workflows/pr-autoclose.yml
Log Message:
-----------
close stale PRs after 21 days of inactivity
Change-Id: Ic2840f781223798342a327039f3d5b563ef1df7d
Branch: refs/heads/2.1.0
Home: https://github.com/tribe29/checkmk
Commit: 408654424d86dcd3be963bb1a24dc8eaafab2838
https://github.com/tribe29/checkmk/commit/408654424d86dcd3be963bb1a24dc8eaa…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
A .werks/13914
M cmk/utils/notify.py
Log Message:
-----------
13914 FIX Escape semicolon in log entries
The "host & service history" view could not render plugin outputs
with semicolons correctly. This is due to the fact that semicolons
are interpreted as field separators.
We now replace the ";" characters with their HTML encoding, that
is, "%3B".
Note that Nagios silently replaces semicolons with colons (":")
in that case.
Change-Id: If88479cab5f9df88b7229130dc2107ef9a2da4f2
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: ca3718762d3d8ace3016eec68587258a0482b766
https://github.com/tribe29/checkmk/commit/ca3718762d3d8ace3016eec68587258a0…
Author: Lisa Pichler <lisa.pichler(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
M .werks/14500
A agents/cfg_examples/lnx_container_host_if.cfg
R agents/cfg_examples/lnx_if_sys_class_net.cfg
A agents/plugins/lnx_container_host_if.linux
R agents/plugins/lnx_if_sys_class_net
A cmk/base/plugins/agent_based/section_lnx_container_host_if.py
R cmk/base/plugins/agent_based/section_lnx_if_sys_class_net.py
A tests/unit/cmk/base/plugins/agent_based/test_section_lnx_container_host_if.py
R tests/unit/cmk/base/plugins/agent_based/test_section_lnx_if_sys_class_net.py
Log Message:
-----------
lnx_if_sys_class_net -> lnx_container_host_if
Change-Id: I0e01ceeccdcf7af308a148ebf8bfa4bbf4b271fa
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: eb28ecdf7cdaaedff7943b7457c3e133488771f9
https://github.com/tribe29/checkmk/commit/eb28ecdf7cdaaedff7943b7457c3e1334…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
M omd/packages/mod_auth_mellon/mod_auth_mellon.make
Log Message:
-----------
Revert "Fix mod_auth_mellon distro condition"
We really need it in the way it was before.
This reverts commit 0a7f041b438beaf0c576f5425a2eba784060a309.
Commit: 7acbbd5ba9916d397e429e4a8cc6d7d7c43735df
https://github.com/tribe29/checkmk/commit/7acbbd5ba9916d397e429e4a8cc6d7d7c…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
M omd/packages/lasso/lasso.make
Log Message:
-----------
Revert "Fix sles conditions"
We really need it in the way it was before.
This reverts commit ddc0cb344124e9e05aea52b910cc513195969f6c.
Commit: 35d21685b6464ad6e074cb7465ae9ffde9864d0c
https://github.com/tribe29/checkmk/commit/35d21685b6464ad6e074cb7465ae9ffde…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
M omd/packages/lasso/lasso.make
Log Message:
-----------
Revert "Reverse the sles condition for lasso"
We really need it in the way it was before.
This reverts commit 8d0ae22caedf0ccc27ffd5e44983edc2902b7548.
Commit: 9716b18d84d80d43c0733d539bb96af62d7363e6
https://github.com/tribe29/checkmk/commit/9716b18d84d80d43c0733d539bb96af62…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
M omd/packages/mod_auth_mellon/mod_auth_mellon.make
Log Message:
-----------
Add missing bin directory
Change-Id: I9e3265816047d43bf0a8e0a05fe33cbd788ce45f
Commit: 7474cb91989242b94df4c1a9af2bc928e3989f35
https://github.com/tribe29/checkmk/commit/7474cb91989242b94df4c1a9af2bc928e…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
M omd/packages/lasso/lasso.make
Log Message:
-----------
Unbreak lasso build
The 'make' command is executing python during processing and relied on
the OS Python. The build now failed because the implicit dependency on
six was removed from virtualenv which was needed here.
Since we have our own python in OMD, we should use this to have a
more deterministic build.
Change-Id: Ie382208c743a9e7374d63a5e4eb37a3ad234652c
Compare: https://github.com/tribe29/checkmk/compare/e4e8ebe47606...7474cb919892
Branch: refs/heads/2.1.0
Home: https://github.com/tribe29/checkmk
Commit: 565f7d39654d7fe92a9b919039ca513455df04cc
https://github.com/tribe29/checkmk/commit/565f7d39654d7fe92a9b919039ca51345…
Author: Maximilian Wirtz <maximilian.wirtz(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
M Pipfile.lock
Log Message:
-----------
Pipfile.lock update
Change-Id: I09bf267654dc54cba68c812d283d3813cea2b7d4
Commit: 019ca97a559ee42c578807a788c8cf987b1cbd8c
https://github.com/tribe29/checkmk/commit/019ca97a559ee42c578807a788c8cf987…
Author: Maximilian Wirtz <maximilian.wirtz(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
A .werks/14481
M Pipfile
M Pipfile.lock
Log Message:
-----------
14481 SEC Dependency updates
Update several dependencies including lxml from 4.7.1 to 4.9.1 (CVE-2022-2309)
According to our analyis none of the vulnerabilities could be abused in Checkmk
since the vulnerable functions were not used.
Change-Id: Ia0cef3b09e31f65586cbba0a3718d41d264599ba
Commit: 8068084485f800c3e9b2e915b3e14f02691bc0df
https://github.com/tribe29/checkmk/commit/8068084485f800c3e9b2e915b3e14f026…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
M scripts/run-cargo-command
M scripts/run-in-docker.sh
Log Message:
-----------
Centralize CARGO_HOME on Jenkins nodes
This is an attempt to safe filespace on our nodes.
Let's revert as soon as we see strange side effects...
Change-Id: I6d831722a6e842540c5e52ffd986907566949da0
Compare: https://github.com/tribe29/checkmk/compare/567adc01ab8f...8068084485f8