Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: f7aaa3264a996565c682c6b528f90e6e179aae0d
https://github.com/tribe29/checkmk/commit/f7aaa3264a996565c682c6b528f90e6e1…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-05-31 (Mon, 31 May 2021)
Changed paths:
M livestatus/src/CommentColumn.cc
M livestatus/src/CommentColumn.h
M livestatus/src/DowntimeColumn.cc
M livestatus/src/DowntimeColumn.h
M livestatus/src/ServiceGroupMembersColumn.cc
M livestatus/src/ServiceGroupMembersColumn.h
M livestatus/src/ServiceListColumn.cc
M livestatus/src/ServiceListColumn.h
Log Message:
-----------
Decouple Renderers and the concrete Columns
This is the same trick that we used for the filters and the aggregators.
The loser coupling lets us templatize and modify the columns without
touching the renderers.
For this, we need to move the two `Entry` classes out of the columns.
CMK-7076
Change-Id: I57faddeb89994bf1e82558d8bb4135afebbbc564
Commit: c879f18d0ea5846727bc43e643402ee83a6ab4dd
https://github.com/tribe29/checkmk/commit/c879f18d0ea5846727bc43e643402ee83…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-05-31 (Mon, 31 May 2021)
Changed paths:
M livestatus/src/CommentColumn.cc
M livestatus/src/CommentColumn.h
M livestatus/src/TableHosts.cc
M livestatus/src/TableServices.cc
Log Message:
-----------
Lambda-ify CommentColumn
In contrast with the other lambda-columns, we need two template
parameters here because the values is first obtained from T -> U
and the serialization from U -> string happens in a second step.
CMK-7076
Change-Id: I78aff67d684ddc6feb9f7ffab99e963e9e9ed6c3
Commit: d8eaf818526a2e066ce93c5ef154790e86b44255
https://github.com/tribe29/checkmk/commit/d8eaf818526a2e066ce93c5ef154790e8…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-05-31 (Mon, 31 May 2021)
Changed paths:
M livestatus/src/CommentColumn.h
Log Message:
-----------
Let the serialization depend on the type
As already noted, the `getValue()` function of
* CommentColumn
* DowntimeColumn
* ServiceGroupMembersColumn
* ServiceListColumn
only differs on the serialization function. This, in turns (obviously)
depends on the type of the data. We let the code do exactly that.
CMK-7076
Change-Id: I066b43d19329f417ab528e7c97708d0126d3a384
Compare: https://github.com/tribe29/checkmk/compare/f1d1c265a2a1...d8eaf818526a
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 3f3919f13e94830a6fcad2ee4dc1174b73e1c770
https://github.com/tribe29/checkmk/commit/3f3919f13e94830a6fcad2ee4dc1174b7…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-05-31 (Mon, 31 May 2021)
Changed paths:
A .werks/12897
M checks/check_icmp
M tests/unit/checks/test_check_icmp.py
Log Message:
-----------
12897 FIX check_icmp: Failed to resolve multiple addresses
In Checkmk versions 2.0.0i1 to 2.0.0p5 the active check "check_icmp"
(a.k.a. <i>PING</i> service) failed when configured for a host
with multiple IP addresses.
Change-Id: I6c6656f075b3375d9ab4b495604ac8c8789f2970
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: e62ac27fdbf518fc5f102926f1ac0e7cfa1eb92e
https://github.com/tribe29/checkmk/commit/e62ac27fdbf518fc5f102926f1ac0e7cf…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-05-31 (Mon, 31 May 2021)
Changed paths:
M cmk/base/plugins/agent_based/docker_container_mem.py
M cmk/base/plugins/agent_based/docker_container_mem_cgroupv2.py
M cmk/base/plugins/agent_based/hr_mem.py
M cmk/base/plugins/agent_based/mem_used.py
M cmk/base/plugins/agent_based/mem_used_sections.py
M cmk/base/plugins/agent_based/utils/docker.py
M cmk/base/plugins/agent_based/utils/memory.py
M tests/unit/cmk/base/plugins/agent_based/test_mem_used.py
Log Message:
-----------
mem_used: improve typing
We also stop using the key "Buffers",
as the plugin does not differentiate between
"Cached" and "Buffers".
Change-Id: I7cf541933e3ec3411a99ae1d5caf285e8b3e69cc
Commit: f1d1c265a2a18df6fb6363a4c02f2f1a42437102
https://github.com/tribe29/checkmk/commit/f1d1c265a2a18df6fb6363a4c02f2f1a4…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-05-31 (Mon, 31 May 2021)
Changed paths:
A .werks/12897
M checks/check_icmp
M tests/unit/checks/test_check_icmp.py
Log Message:
-----------
12897 FIX check_icmp: Failed to resolve multiple addresses
In Checkmk versions 2.0.0i1 to 2.0.0p5 the active check "check_icmp"
(a.k.a. <i>PING</i> service) failed when configured for a host
with multiple IP addresses.
Change-Id: I6c6656f075b3375d9ab4b495604ac8c8789f2970
Compare: https://github.com/tribe29/checkmk/compare/2c752e7a8457...f1d1c265a2a1
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: bda31c600e98d16128624777927897238c498493
https://github.com/tribe29/checkmk/commit/bda31c600e98d16128624777927897238…
Author: Sofia Colakovic <sofia.colakovic(a)tribe29.com>
Date: 2021-05-30 (Sun, 30 May 2021)
Changed paths:
R checks/sap_hana_events
A cmk/base/plugins/agent_based/sap_hana_events.py
M tests/unit/checks/test_generic_legacy_conversion.py
R tests/unit/checks/test_sap_hana_events.py
A tests/unit/cmk/base/plugins/agent_based/test_sap_hana_events.py
Log Message:
-----------
migrate sap_hana_events
Change-Id: I8dec3d721eb5d5b4d458af06969bc09ee6109b47
Commit: 78098752bf4d61003f639536f0add873460e0f90
https://github.com/tribe29/checkmk/commit/78098752bf4d61003f639536f0add8734…
Author: Sofia Colakovic <sofia.colakovic(a)tribe29.com>
Date: 2021-05-30 (Sun, 30 May 2021)
Changed paths:
R checks/sap_hana_memrate
A cmk/base/plugins/agent_based/sap_hana_memrate.py
M tests/unit/checks/test_generic_legacy_conversion.py
R tests/unit/checks/test_sap_hana_memrate.py
A tests/unit/cmk/base/plugins/agent_based/test_sap_hana_memrate.py
Log Message:
-----------
migrate sap_hana_memrate
Change-Id: I087099ebdaada0c211f862981fb70a813e6fe0ab
Commit: f25275432fbde445aad7111e1bf3c85bb3bf08d5
https://github.com/tribe29/checkmk/commit/f25275432fbde445aad7111e1bf3c85bb…
Author: Sofia Colakovic <sofia.colakovic(a)tribe29.com>
Date: 2021-05-30 (Sun, 30 May 2021)
Changed paths:
R checks/sap_hana_proc
A cmk/base/plugins/agent_based/sap_hana_proc.py
M tests/unit/checks/test_generic_legacy_conversion.py
R tests/unit/checks/test_sap_hana_proc.py
A tests/unit/cmk/base/plugins/agent_based/test_sap_hana_proc.py
Log Message:
-----------
migrate sap_hana_proc
Change-Id: I1a5619d9d7ef4bb5026fb45a6b5f031941f9e707
Commit: 7e606dda791615c2df964bae2641ad8c34a2e627
https://github.com/tribe29/checkmk/commit/7e606dda791615c2df964bae2641ad8c3…
Author: Sofia Colakovic <sofia.colakovic(a)tribe29.com>
Date: 2021-05-30 (Sun, 30 May 2021)
Changed paths:
R checks/sap_hana_replication_status
A cmk/base/plugins/agent_based/sap_hana_replication_status.py
R tests/unit/checks/generictests/datasets/sap_hana_replication_status.py
M tests/unit/checks/test_generic_legacy_conversion.py
R tests/unit/checks/test_sap_hana_replication_status.py
A tests/unit/cmk/base/plugins/agent_based/test_sap_hana_replication_status.py
Log Message:
-----------
migrate sap_hana_replication_status
Change-Id: Ia2cb811e4c5ff079519be7338225723267908919
Compare: https://github.com/tribe29/checkmk/compare/78ab84c919eb...7e606dda7916
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: bb738c5c14b2a293d15fbe0b31962b7c8e849b7e
https://github.com/tribe29/checkmk/commit/bb738c5c14b2a293d15fbe0b31962b7c8…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-05-28 (Fri, 28 May 2021)
Changed paths:
M agents/plugins/unitrends_backup
M agents/plugins/zorp
Log Message:
-----------
fix two left over version variable names
SUP-6518
Change-Id: Ic60a0c271963fc9e95b97712aa29bfc46dc5edd2
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 62a18eb0cf76de73ffee79630dc224c178afd673
https://github.com/tribe29/checkmk/commit/62a18eb0cf76de73ffee79630dc224c17…
Author: Weblate Transfer job <weblate(a)checkmk.com>
Date: 2021-05-28 (Fri, 28 May 2021)
Changed paths:
M locale/de/LC_MESSAGES/multisite.po
M locale/es/LC_MESSAGES/multisite.po
M locale/fr/LC_MESSAGES/multisite.po
M locale/it/LC_MESSAGES/multisite.po
M locale/ja/LC_MESSAGES/multisite.po
M locale/nl/LC_MESSAGES/multisite.po
M locale/pt_PT/LC_MESSAGES/multisite.po
M locale/ro/LC_MESSAGES/multisite.po
Log Message:
-----------
[Weblate] Updated translation files
Translation: checkmk/software
Translate-URL: https://translate.checkmk.com/projects/checkmk/software/