Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: d09b04fc349844b4afda114af64ae2b162f6ee7c
https://github.com/tribe29/checkmk/commit/d09b04fc349844b4afda114af64ae2b16…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M cmk/gui/plugins/openapi/endpoints/bi.py
M cmk/utils/bi/bi_aggregation.py
M cmk/utils/bi/bi_lib.py
M cmk/utils/bi/bi_rule.py
Log Message:
-----------
Added placeholder descriptions.
This avoids tons of warnings after running test-unit.
Change-Id: Id2680da3cc5ba3114bb6aac974d3da9e320a2446
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 87d255e2581e8f6d95e2b046e751bc30ac0cd33e
https://github.com/tribe29/checkmk/commit/87d255e2581e8f6d95e2b046e751bc30a…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M cmk/ec/main.py
Log Message:
-----------
Fixed the address typing chaos.
Still quite a bit of copy-n-paste, but we can fix this later when we
sanitize the socket handling code.
Change-Id: Ia2a3b50af53de3de231a38a6f066132db52e77a4
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 9b069444a1c251ec43fea2ee399ef98d93a61d99
https://github.com/tribe29/checkmk/commit/9b069444a1c251ec43fea2ee399ef98d9…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M cmk/gui/plugins/openapi/endpoints/contact_group_config.py
M cmk/gui/plugins/openapi/endpoints/downtime.py
M cmk/gui/plugins/openapi/endpoints/folder_config.py
M cmk/gui/plugins/openapi/endpoints/host_config.py
M cmk/gui/plugins/openapi/endpoints/host_group_config.py
M cmk/gui/plugins/openapi/endpoints/service_group_config.py
M cmk/gui/plugins/openapi/restful_objects/specification.py
M cmk/gui/plugins/openapi/restful_objects/type_defs.py
Log Message:
-----------
REST API: add relationship documentation to some endpoints
Change-Id: Ibb7dcacd06868c15f7337a093dbb72ea4e37fea1
Commit: 5e8aaa01b1e84c6e55470371fb03a97cb5e055de
https://github.com/tribe29/checkmk/commit/5e8aaa01b1e84c6e55470371fb03a97cb…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M cmk/gui/plugins/openapi/endpoints/downtime.py
Log Message:
-----------
REST API: add host_config relationship to downtimes
Change-Id: I9382e7f8233214f8db69d59af4dc06f68658de0a
Commit: 9a0aa83454ce36b22c6ac9c9b422be95ec444b55
https://github.com/tribe29/checkmk/commit/9a0aa83454ce36b22c6ac9c9b422be95e…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M cmk/gui/plugins/openapi/endpoints/host.py
M cmk/gui/plugins/openapi/endpoints/host_config.py
M cmk/gui/plugins/openapi/endpoints/service_discovery.py
Log Message:
-----------
REST API: fix some relationships
Change-Id: I212bfddcbc5b66d0f89eaf5283afbdd81348d950
Commit: f6f5fdd1ebc7ab17a32dddf0bef9ad81abee1f9b
https://github.com/tribe29/checkmk/commit/f6f5fdd1ebc7ab17a32dddf0bef9ad81a…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M cmk/gui/plugins/openapi/utils.py
Log Message:
-----------
REST API: remove sorry text
Change-Id: I8bb63c1846d5b7773da38f503387c3d3057d769f
Commit: 99a3cd01318d4b71b4f5330c79f0bf9a30faf958
https://github.com/tribe29/checkmk/commit/99a3cd01318d4b71b4f5330c79f0bf9a3…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M cmk/gui/plugins/openapi/fields.py
Log Message:
-----------
REST API: fix default query example in doc
Change-Id: Ib192cbac7969dd454cd6a2898eda55cdcff35f38
Commit: ad7983244ceeb040e71b251c3da116cf2dd9a0b4
https://github.com/tribe29/checkmk/commit/ad7983244ceeb040e71b251c3da116cf2…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M cmk/gui/plugins/openapi/fields.py
Log Message:
-----------
Fix for marshmallow-oneofschema >= 2.1.0.
Change-Id: I1a54ee601c2eb1f6feb73eb46b90a85f37028a94
Commit: dc3a82a59f8c4457e641b30090e7e5e25aeb8f05
https://github.com/tribe29/checkmk/commit/dc3a82a59f8c4457e641b30090e7e5e25…
Author: Wontek Hong <wontek.hong(a)tribe29.com>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
A .werks/12670
M cmk/gui/plugins/openapi/endpoints/service.py
M cmk/gui/plugins/openapi/restful_objects/constructors.py
M cmk/gui/plugins/openapi/restful_objects/parameters.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_service.py
Log Message:
-----------
12670 FIX API: fixing service show link in services collection endpoint
In the previous version, calling the 'Show all monitored services'
endpoint returned a collection where the individual links to the
respective services were invalid. This werk introduces the appropriate
endpoint and also fixes the links.
Change-Id: I3f0503b72287f80d204142c162c933fbed179660
Commit: 96b5cde3be2552b0f570c614c2f17682f9b817bf
https://github.com/tribe29/checkmk/commit/96b5cde3be2552b0f570c614c2f17682f…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M cmk/gui/plugins/openapi/restful_objects/decorators.py
Log Message:
-----------
REST API: make output_empty more stringent
* make error messages more helpful
* ensure that output_empty is only used in
controlled cases.
Change-Id: Ia6d3742caaf73c7a7e646be4888f96a8cb8f323b
Commit: fd4fea206937aa3e07f3632ca8024c6a44336ec2
https://github.com/tribe29/checkmk/commit/fd4fea206937aa3e07f3632ca8024c6a4…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M cmk/gui/plugins/openapi/restful_objects/decorators.py
A cmk/gui/plugins/openapi/version.py
Log Message:
-----------
REST API: central version identifier
Change-Id: I9f2415a914be825b302bb7f8df03304ae532e45c
Commit: 6a3f12eb2a44a9210fe2234350cd8d2866264eac
https://github.com/tribe29/checkmk/commit/6a3f12eb2a44a9210fe2234350cd8d286…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M cmk/gui/plugins/openapi/utils.py
Log Message:
-----------
REST API: prepare for potential null tag ids
Change-Id: Id39bd72b70fc3a0ffc7fc232bd7a89d3672dbbf2
Compare: https://github.com/tribe29/checkmk/compare/186f9bb4ad40...6a3f12eb2a44
Branch: refs/heads/1.6.0
Home: https://github.com/tribe29/checkmk
Commit: b6b2c507e164dee7c304beb3f103b1a896e60739
https://github.com/tribe29/checkmk/commit/b6b2c507e164dee7c304beb3f103b1a89…
Author: Robert Sander <r.sander(a)heinlein-support.de>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
A .werks/12387
M checks/dell_compellent_folder
Log Message:
-----------
dell_compellent_folder: Use correct MIBs
Currently, the following MIBs are used:
* DELL-STORAGE-SC-MIB::scDiskFolderSUTotalSpace2: available space
for the folder
* DELL-STORAGE-SC-MIB::scDiskFolderSUFreeSpace: difference between the
configured space and available space
Both values (available space and configured space) are configured by
the admin and do not change with the usage of the folder. Instead, the
follwoing MIBs should be used:
* DELL-STORAGE-SC-MIB::scDiskFolderSUAllocSpace: space allocated to the
folder (i.e. the total space)
* DELL-STORAGE-SC-MIB::scDiskFolderSUUsedSpace2: space used by the data
stored in the folder
The available space is given by the difference of the two.
This change also makes the check use the standard check parameters for
filesystem checks.
This merges PR #261, https://github.com/tribe29/checkmk/pull/261.
Change-Id: If44fe823e3a806f0c4b1e79b696064a21ed44dab