ID: 13291
Title: BI configuration: Fixed broken host folder condition
Component: BI
Level: 1
Class: Bug fix
Version: 2.0.0p21
This filter never had any effect at all.
ID: 13715
Title: Fix configuration update of MRPE agent ruleset
Component: Setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
When running <tt>cmk-update-config</tt> in the process of updating Checkmk,
this error could occur:
"Failed to transform rule: (Ruleset: agent_config:mrpe, ...):
Dictionary.transform_value() got a non-dict: None"
ID: 13602
Title: Maximal size of a plugin for Windows agent is 64 MB
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.1.0i1
Previously, the limit had been 20 MB
ID: 13458
Title: Add support for GlobalProtect Gateway Utilization
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.1.0i1
New check GlobalProtect Gateway Utilization is added. It reports
utilization of the gateway as a percentage, number of active sessions
and maximal allowed number of sessions.
It is possible to configure thresholds in the ruleset 'GlobalProtect Utilization'
to detect excessive utilization.
ID: 13668
Title: jenkins_queue: Fix n/a metrics in case of missing data
Component: Core & setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
If no blocked, pending and stuck tasks were retrieved from jenkins, the metrics
showed "n/a" in graphs instead of value 0.
ID: 13721
Title: Stop returning password hashes over WebAPI
Component: Setup
Level: 1
Class: Security fix
Version: 2.1.0i1
Previous to this Werk the <i>WebAPI</i> returned the password hashes and
SessionIds when calling the <i>get_all_users</i> action. If the user was a
automation user the password was returned in clear-text.
This data should not be returned ever. If you forgot a password you have to
reset it.
ID: 13404
Title: mk_docker.py: diskstat: do not discovery devices without counters
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
Before this change the discovery behaviour of the diskstat check was dependent
on the source of the data: When running an agent inside a docker container,
devices without counters where not discovered, when running the mk_docker.py
agent plugin those devices where discovered.
With this Werk devices without counters are no longer discovered with
mk_docker.py