Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: eb628b22d5578c46a3a26cdcf5636322c858e461
https://github.com/tribe29/checkmk/commit/eb628b22d5578c46a3a26cdcf5636322c…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2021-05-28 (Fri, 28 May 2021)
Changed paths:
R .werks/11806
M omd/debian/postinst.in
M omd/debian/postrm.in
M omd/omd.spec.in
M omd/packages/omd/omdlib/main.py
M tests/integration/omd/test_environment.py
Log Message:
-----------
Revert "11806 FIX Permissions for mkbackup"
This reverts commit bc5f78d22c1c06142c7924e0cf5fb1da74acc883.
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 906821a6167219b072aef0032612ca07be1186c2
https://github.com/tribe29/checkmk/commit/906821a6167219b072aef0032612ca07b…
Author: Tom Baerwinkel <tom.baerwinkel(a)tribe29.com>
Date: 2021-05-28 (Fri, 28 May 2021)
Changed paths:
A .werks/12765
M checks/k8s_pods_cm
M cmk/gui/plugins/wato/check_parameters/k8s_pods_cm.py
M cmk/special_agents/agent_kubernetes.py
M tests/unit/cmk/base/plugins/agent_based/test_section_properties.py
Log Message:
-----------
12765 FIX k8s_pods_memory, k8s_pods_cpu, k8s_pods_fs: deprecate check plugins
The performance problems described below only affect you, if your Kubernetes cluster
exposes metrics in custom.metrics.k8s.io.
The deprecations of the plugins only affect you, if you applied the YAML files
mentioned in ~/share/doc/check_mk/treasures/kubernetes/readme.md and services with
the description "Memory usage for pods in NAMESPACE namespace", "CPU usage for pods in
NAMESPACE namespace" or "CPU usage for Pods in NAMESPACE namespace" are present in
your cluster where NAMESPACE is the name of a namespace in your cluster.
Previous versions of the Kubernetes special agent processed metrics delivered by the
custom.metrics.k8s.io endpoint. The metrics were provided e.g. by applying the YAML
files mentioned in ~/share/doc/check_mk/treasures/kubernetes/readme.md.
The special agent of Kubernetes could run into performance problems and timeouts if
metrics were present under custom.metrics.k8s.io. Furthermore, the custom metrics
were not compatible with newer versions of Kubernetes and scrape targets of the more
recent special agent for Prometheus delivers data for CPU, Filesystems, Disk IO and
Memory, as well. Additionally, the Prometheus agent is capable to execute
custom PromQL queries for advanced use cases.
For this reason the Kubernetes special agent does not process custom metrics anymore
and the accompanying check plugins and rulesets are deprecated. The corresponding
services and rules should be removed. Instructions on how to use the Prometheus
special agent can be found in the user guide:
https://docs.checkmk.com/latest/en/monitoring_prometheus.html
CMK-6202
Change-Id: I793a9d98d1ae9fd436955acadefa4761f67251b9
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: bc5f78d22c1c06142c7924e0cf5fb1da74acc883
https://github.com/tribe29/checkmk/commit/bc5f78d22c1c06142c7924e0cf5fb1da7…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2021-05-28 (Fri, 28 May 2021)
Changed paths:
A .werks/11806
M omd/debian/postinst.in
M omd/debian/postrm.in
M omd/omd.spec.in
M omd/packages/omd/omdlib/main.py
M tests/integration/omd/test_environment.py
Log Message:
-----------
11806 FIX Permissions for mkbackup
Subfolder mkbackup needs correct permissions for backup to run successfully.
Change-Id: Ia9ff0d9f9da864dbdf7cca0109d29c105200cec9
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 29284da13fb86b1be901e92a8e670a9c37173620
https://github.com/tribe29/checkmk/commit/29284da13fb86b1be901e92a8e670a9c3…
Author: Tom Baerwinkel <tom.baerwinkel(a)tribe29.com>
Date: 2021-05-28 (Fri, 28 May 2021)
Changed paths:
A .werks/12765
M checks/k8s_pods_cm
M cmk/gui/plugins/wato/check_parameters/k8s_pods_cm.py
M cmk/special_agents/agent_kubernetes.py
M tests/unit/cmk/base/plugins/agent_based/test_section_properties.py
Log Message:
-----------
12765 FIX k8s_pods_memory, k8s_pods_cpu, k8s_pods_fs: deprecate check plugins
The performance problems described below only affect you, if your Kubernetes cluster
exposes metrics in custom.metrics.k8s.io.
The deprecations of the plugins only affect you, if you applied the YAML files
mentioned in ~/share/doc/check_mk/treasures/kubernetes/readme.md and services with
the description "Memory usage for pods in NAMESPACE namespace", "CPU usage for pods in
NAMESPACE namespace" or "CPU usage for Pods in NAMESPACE namespace" are present in
your cluster where NAMESPACE is the name of a namespace in your cluster.
Previous versions of the Kubernetes special agent processed metrics delivered by the
custom.metrics.k8s.io endpoint. The metrics were provided e.g. by applying the YAML
files mentioned in ~/share/doc/check_mk/treasures/kubernetes/readme.md.
The special agent of Kubernetes could run into performance problems and timeouts if
metrics were present under custom.metrics.k8s.io. Furthermore, the custom metrics
were not compatible with newer versions of Kubernetes and scrape targets of the more
recent special agent for Prometheus delivers data for CPU, Filesystems, Disk IO and
Memory, as well. Additionally, the Prometheus agent is capable to execute
custom PromQL queries for advanced use cases.
For this reason the Kubernetes special agent does not process custom metrics anymore
and the accompanying check plugins and rulesets are deprecated. The corresponding
services and rules should be removed. Instructions on how to use the Prometheus
special agent can be found in the user guide:
https://docs.checkmk.com/latest/en/monitoring_prometheus.html
CMK-6202
Change-Id: I793a9d98d1ae9fd436955acadefa4761f67251b9
Commit: 12f35e0bc7ff6547a660cd2f25429eb2ccabec72
https://github.com/tribe29/checkmk/commit/12f35e0bc7ff6547a660cd2f25429eb2c…
Author: Lukas Lengler <lukas.lengler(a)tribe29.com>
Date: 2021-05-28 (Fri, 28 May 2021)
Changed paths:
M web/htdocs/themes/facelift/scss/_main.scss
M web/htdocs/themes/facelift/scss/_variables.scss
M web/htdocs/themes/modern-dark/scss/_variables.scss
Log Message:
-----------
Fix spacing of horizontal scrollbar
Because the horizontal spacebar was to close to the edge of the window
it would be sometimes hard to click
Change-Id: I794d905ae87a4fab4ea98a63f830b3b0aa0b1e82
Compare: https://github.com/tribe29/checkmk/compare/45ae5b120688...12f35e0bc7ff
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 24777651ac5da7b664206081bda31d25d42dc7a4
https://github.com/tribe29/checkmk/commit/24777651ac5da7b664206081bda31d25d…
Author: Lukas Lengler <lukas.lengler(a)tribe29.com>
Date: 2021-05-28 (Fri, 28 May 2021)
Changed paths:
M web/htdocs/themes/facelift/scss/_main.scss
M web/htdocs/themes/facelift/scss/_variables.scss
M web/htdocs/themes/modern-dark/scss/_variables.scss
Log Message:
-----------
Fix spacing of horizontal scrollbar
Because the horizontal spacebar was to close to the edge of the window
it would be sometimes hard to click
Change-Id: I794d905ae87a4fab4ea98a63f830b3b0aa0b1e82
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 41720cccd9204dd43827ed8651957f1537505c97
https://github.com/tribe29/checkmk/commit/41720cccd9204dd43827ed8651957f153…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-05-28 (Fri, 28 May 2021)
Changed paths:
M tests/unit/cmk/core_helpers/test_parsers.py
Log Message:
-----------
Misc fixes in raw data parser
- Fix SectionStore elem type in parser tests
- Do not fix time
Change-Id: I2353671c20c1c279a5a8f798967fa4f8332b836d