Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: beedab4ea9b461b39a754e809480c3aebaa91597
https://github.com/tribe29/checkmk/commit/beedab4ea9b461b39a754e809480c3aeb…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-06-29 (Mon, 29 Jun 2020)
Changed paths:
M cmk/base/notify.py
Log Message:
-----------
notify: rename PluginName -> NotificationPluginNameStr
`PluginName` is the name of a real type in cmk.utils.type_defs.
The new name is less likely to collide, and consistent with `CheckPluginNameStr`.
(which I am pushing back on).
Change-Id: Id13aea765cd650fb9668b9f81422357eaa7e779c
Commit: d00c23a35b11c76bf806155ac44e613506cabca7
https://github.com/tribe29/checkmk/commit/d00c23a35b11c76bf806155ac44e61350…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-06-29 (Mon, 29 Jun 2020)
Changed paths:
M cmk/base/check_table.py
Log Message:
-----------
check_table: update service deduplication
We can no longer prefer "SNMP-Checks" during deduplication,
because checks do not have the property of being "SNMP" or
"TCP" checks anymore.
CMK-4835
Change-Id: I4a2bb053dbf6045dee66aedbd9f3dc002d5a6b4c
Compare:
https://github.com/tribe29/checkmk/compare/8085be06d22e...d00c23a35b11