Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: d2c06d5051baa0dc5757d88f0bae830da4aaab54
https://github.com/tribe29/checkmk/commit/d2c06d5051baa0dc5757d88f0bae830da…
Author: Lukas Lengler <lukas.lengler(a)tribe29.com>
Date: 2021-11-30 (Tue, 30 Nov 2021)
Changed paths:
M cmk/gui/plugins/dashboard/builtin.py
M cmk/gui/plugins/dashboard/graph.py
M cmk/gui/plugins/dashboard/utils.py
M cmk/gui/plugins/metrics/html_render.py
M cmk/update_config.py
M tests/unit/cmk/gui/plugins/dashboard/test_dashboard_utils.py
Log Message:
-----------
Use Timerange() valuespec for all dashlets
All dashlets now use the default Timerange() valuespec.
Affected dashlets are:
* Single metric graph
* Custom graph
* Combined graph
* Percentage of service problems
CMK-8387
CMK-5864
Change-Id: I620efb930b3f50a894d320e422d0d1a560fbb773
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 14c93fe3d31fe7d55e36f25c2d38b84ca2671e8a
https://github.com/tribe29/checkmk/commit/14c93fe3d31fe7d55e36f25c2d38b84ca…
Author: Benedikt Seidl <benedikt.seidl(a)tribe29.com>
Date: 2021-11-30 (Tue, 30 Nov 2021)
Changed paths:
A .werks/13401
M agents/plugins/mk_mongodb.py
Log Message:
-----------
13401 mk_mongodb.py adapt logging
In previous versions the mk_mongodb.py agent plugin printed expected
exceptions to stderr. This may confuse the user as they may think
something is wrong with the plugin or the mongodb server while this
exception is totally fine.
For example mk_mongodb.py queries for replica information. Is a mongodb
server queried that has no replica configured, the plugin wrote an error
message to stderr that it could not fetch the replication Information.
These Errors are now hidden by default. They may be shown by specifying
`-vv` when executing the agent plugin manually.
The errors are logged with log level debug.
CMK-8658
Change-Id: I657f414e4b0250e07e79e3f0ee5d5f31d3bcdbc3
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 040330712995b531cfd2f0a1cca2b7073aeca8f8
https://github.com/tribe29/checkmk/commit/040330712995b531cfd2f0a1cca2b7073…
Author: Benedikt Seidl <benedikt.seidl(a)tribe29.com>
Date: 2021-11-30 (Tue, 30 Nov 2021)
Changed paths:
A .werks/13402
M checks/docker_container_diskstat
M tests/unit/checks/test_docker_container_diskstat.py
Log Message:
-----------
13402 FIX docker_container_diskstat: fix stale service
The "Disk IO" services failed to display any values and were permanently stale.
Change-Id: Ib017adb4273343ee7c94f737a6fe5a9bdbf593a1
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: f44e715009564047649e623fa75bd303dc881ea0
https://github.com/tribe29/checkmk/commit/f44e715009564047649e623fa75bd303d…
Author: Maximilian Thoma <develop(a)lanbugs.de>
Date: 2021-11-30 (Tue, 30 Nov 2021)
Changed paths:
A .werks/13520
M cmk/base/check_legacy_includes/cisco_ucs.py
Log Message:
-----------
13520 <tt>cisco_ucs</tt> checks: Add support for UCS C480 M5 Servers
The <tt>cisco_ucs</tt> check plugins will now be discovered on Cisco
UCS C480 M5 Rack Servers.
Closes #421
Change-Id: I8e1b7221edbc25f95c3663b5c9ef21f39154625d
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: ab91ac46788a108b1a3e862dca77c023c301712a
https://github.com/tribe29/checkmk/commit/ab91ac46788a108b1a3e862dca77c023c…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-11-30 (Tue, 30 Nov 2021)
Changed paths:
M omd/packages/nagios/nagios.make
Log Message:
-----------
nagios: Take edition into account when caching builds
We apply edition specific patches to the core, respect that.
Change-Id: I6f990a9f7b3d0e061887f3bcc9694b7168c9fec1
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: a86bc1a09c9b96873e3ebd78b20f681ce8465c49
https://github.com/tribe29/checkmk/commit/a86bc1a09c9b96873e3ebd78b20f681ce…
Author: Lukas Lengler <lukas.lengler(a)tribe29.com>
Date: 2021-11-30 (Tue, 30 Nov 2021)
Changed paths:
A .werks/13364
Log Message:
-----------
13364 Dashlets: Use default Timewindows
All dashlets now use the default Timerange() valuespec.
This also enables the usage of "Custom graph timeranges"
from global settings in dashlets.
Affected dashlets are:
* Single metric graph
* Custom graph
* Combined graph
* Percentage of service problems
CMK-8387
CMK-5864
Change-Id: Id37685d1f45a367a9a161e3f733c7cdf3230120c