Branch: refs/heads/2.1.0
Home: https://github.com/tribe29/checkmk
Commit: 27a8a8636cedda3f938380e3b563bcfcc105fdc1
https://github.com/tribe29/checkmk/commit/27a8a8636cedda3f938380e3b563bcfcc…
Author: Andreas Umbreit <andreas.umbreit(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
A .werks/14605
Log Message:
-----------
14605 FIX windows_updates: correctly evaluate ruleset
The windows updates agent plugin got packaged to the Windows agent,
even if the corresponding agent ruleset "Windows Updates" was set to
"Do not deploy Windows Updates plugin".
Change-Id: I107ec1856f1f1a4fe31c790d7ec3cfd0b09f2f9e
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 4b64dd47fa2969d297ebc24225179f10b88314c4
https://github.com/tribe29/checkmk/commit/4b64dd47fa2969d297ebc24225179f10b…
Author: Andreas Umbreit <andreas.umbreit(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
A .werks/14605
Log Message:
-----------
14605 FIX windows_updates: correctly evaluate ruleset
The windows updates agent plugin got packaged to the Windows agent,
even if the corresponding agent ruleset "Windows Updates" was set to
"Do not deploy Windows Updates plugin".
Change-Id: I107ec1856f1f1a4fe31c790d7ec3cfd0b09f2f9e
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: d58f4760a674695b3f331bfdc7f07cd9c07bede1
https://github.com/tribe29/checkmk/commit/d58f4760a674695b3f331bfdc7f07cd9c…
Author: Andreas Umbreit <andreas.umbreit(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
A .werks/14605
Log Message:
-----------
14605 FIX windows_updates: correctly evaluate ruleset
The windows updates agent plugin got packaged to the Windows agent,
even if the corresponding agent ruleset "Windows Updates" was set to
"Do not deploy Windows Updates plugin".
Change-Id: I107ec1856f1f1a4fe31c790d7ec3cfd0b09f2f9e
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: d235ee49a453f8a11095d9db8e1be138984dfa04
https://github.com/tribe29/checkmk/commit/d235ee49a453f8a11095d9db8e1be1389…
Author: Konstantin Baikov <konstantin.baikov(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
M checks/agent_mobileiron
M cmk/gui/plugins/wato/special_agents/mobileiron.py
M cmk/special_agents/agent_mobileiron.py
M tests/unit/checks/test_agent_mobileiron.py
M tests/unit/cmk/special_agents/agent_mobileiron_files/example_output.json
M tests/unit/cmk/special_agents/agent_mobileiron_files/example_output_overflow.json
M tests/unit/cmk/special_agents/agent_mobileiron_files/example_output_partition_2.json
M tests/unit/cmk/special_agents/test_agent_mobileiron.py
Log Message:
-----------
Use a defined key for hostname in mobileiron agent
SUP-8039
This allows a user to choose which key
to use as a hostname. The previous entityName
was not unique enough.
Change-Id: I93750b4371014c1014647281c7e7acbc39b4a72c
Commit: 5fe54b764ade1185ae49940353b2b406d9be8664
https://github.com/tribe29/checkmk/commit/5fe54b764ade1185ae49940353b2b406d…
Author: Konstantin Baikov <konstantin.baikov(a)tribe29.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
M cmk/base/plugins/agent_based/mobileiron_compliance.py
M cmk/gui/plugins/wato/check_parameters/mobileiron_params.py
M tests/unit/cmk/base/plugins/agent_based/test_mobileiron_compliance.py
Log Message:
-----------
Add an option to ignore compliance state
SUP-8039
This allows to only depend on the configured
policy violation count. Before this option
the comliance state was the priority.
Change-Id: I6f96a48a0cc5cd1911fd5f3fce0536f74c16e170
Compare: https://github.com/tribe29/checkmk/compare/8c1664f1f2f5...5fe54b764ade
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 47e2899457d37c69340a68127981e69e7f1db14f
https://github.com/tribe29/checkmk/commit/47e2899457d37c69340a68127981e69e7…
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