Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: c7e4921cffacec1a0de73c6b8095a2646f80c872
https://github.com/tribe29/checkmk/commit/c7e4921cffacec1a0de73c6b8095a2646…
Author: Max Linke <max.linke(a)tribe29.com>
Date: 2022-09-19 (Mon, 19 Sep 2022)
Changed paths:
M cmk/base/plugins/agent_based/gcp_sql.py
Log Message:
-----------
refactor gcp sql discovery validation
Using the null object pattern from "Working effectivly with legacy code".
The code for producing services works on a list. Given an empty list it
will produce nothing. Exactly what we want.
Change-Id: I5110701371b4ff36b7d23e3b69cdb090e0f23a96
Commit: 7ad23ede4f5e2abc66c6e819bdf45090ab791025
https://github.com/tribe29/checkmk/commit/7ad23ede4f5e2abc66c6e819bdf45090a…
Author: Max Linke <max.linke(a)tribe29.com>
Date: 2022-09-19 (Mon, 19 Sep 2022)
Changed paths:
M cmk/base/plugins/agent_based/gcp_sql.py
Log Message:
-----------
refactor get_service_level
be more specific in function parameters and only pass absolutely
neccessary information.
Change-Id: Ia1b76cf461e6eb7eac05b724c80cc48eb9347779
Compare:
https://github.com/tribe29/checkmk/compare/ad1c1ce00106...7ad23ede4f5e