Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: e44382ab68296b6fb8ea59b6e7ab6a514e89f5fd
https://github.com/tribe29/checkmk/commit/e44382ab68296b6fb8ea59b6e7ab6a514…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M cmk/base/agent_based/checking/__init__.py
M cmk/base/agent_based/checking/_submit_to_core.py
Log Message:
-----------
make hostname an attribute of the Submitter
Change-Id: I15d1f65a066c6d790e045d11cb7a8862d960018e
Commit: 184041f01dd98d53658aaa5d8b42d343c5d09cfc
https://github.com/tribe29/checkmk/commit/184041f01dd98d53658aaa5d8b42d343c…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M cmk/base/agent_based/checking/__init__.py
M cmk/base/agent_based/checking/_submit_to_core.py
Log Message:
-----------
consolidate logging
Change-Id: Ic3e8982767e900304dd2ab10ba1934374e696464
Commit: 9254c5dfe4b66f2b32aa3e2ddb098557c6ffd250
https://github.com/tribe29/checkmk/commit/9254c5dfe4b66f2b32aa3e2ddb098557c…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M cmk/base/agent_based/checking/_submit_to_core.py
Log Message:
-----------
cleanup interface and narrow typing
Change-Id: I143b2640d329f40e55f5c6b8af07e9b30f86fbde
Commit: 4cb2ab9336bf933e89ac06301d3da89f3aae43ee
https://github.com/tribe29/checkmk/commit/4cb2ab9336bf933e89ac06301d3da89f3…
Author: Max Linke <max.linke(a)tribe29.com>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M cmk/base/plugins/agent_based/gcp_assets.py
M cmk/base/plugins/agent_based/gcp_filestore.py
M cmk/base/plugins/agent_based/gcp_function.py
M cmk/base/plugins/agent_based/gcp_gcs.py
M cmk/base/plugins/agent_based/gcp_redis.py
M cmk/base/plugins/agent_based/gcp_run.py
M cmk/base/plugins/agent_based/gcp_sql.py
M cmk/base/plugins/agent_based/utils/gcp.py
Log Message:
-----------
refactor gcp utils
Instead of accessing the values of the assets/timeseries directly
we now hide them behind the Asset and Timeseries wrapper objects. This
will allow us later to remove the dependency on the gcp libraries and
have only python3 stdlib and cmk dependencies.
Change-Id: I3c6546537392757bbede987ce8496b1da7c31748
Commit: df4ab98d808e1b3993cd9a3509e39a0457d64eac
https://github.com/tribe29/checkmk/commit/df4ab98d808e1b3993cd9a3509e39a045…
Author: Max Linke <max.linke(a)tribe29.com>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M cmk/base/plugins/agent_based/gcp_sql.py
M cmk/base/plugins/agent_based/utils/gcp.py
Log Message:
-----------
refactor gcp utils 2
remove timeseries dependency
Change-Id: Ie40da114a81a328558203529973b0f7941ff51b3
Commit: 53fa331f1ae1b1461a0fb501cdb955da1bdb3441
https://github.com/tribe29/checkmk/commit/53fa331f1ae1b1461a0fb501cdb955da1…
Author: Max Linke <max.linke(a)tribe29.com>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M cmk/base/plugins/agent_based/utils/gcp.py
Log Message:
-----------
refactor gcp utils 3
remove gcp assets dependency in checks.
Change-Id: Id58c9765dff528253cc02655b33bb81918d25f9b
Compare:
https://github.com/tribe29/checkmk/compare/63500807c209...53fa331f1ae1