Branch: refs/heads/2.0.0
Home:
https://github.com/tribe29/checkmk
Commit: 7ef8ffae9c3d9978889fcc19d54cc6caff8473e5
https://github.com/tribe29/checkmk/commit/7ef8ffae9c3d9978889fcc19d54cc6caf…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2021-04-29 (Thu, 29 Apr 2021)
Changed paths:
A .werks/12173
Log Message:
-----------
12173 FIX Fixed service authorization handling
For some tables ("comments" / "log") and some aggregated columns
(like
"num_services" or "worst_service_state") in the tables
"hosts" /
"hostgroups" / "servicegroups", the service authorization was always
"loose", regardless of the global setting. As a consequence, some users
could see too many comments and log entries, and some aggregated values
didn't match what they were seeing elsewhere. This has been fixed.
Change-Id: Id959cf186feee91b7895362d278b6db197a9b199
Commit: f517261a928da73a4fe826a7a72dd191cd225c24
https://github.com/tribe29/checkmk/commit/f517261a928da73a4fe826a7a72dd191c…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-04-29 (Thu, 29 Apr 2021)
Changed paths:
A .werks/12300
M cmk/base/core_nagios.py
Log Message:
-----------
12300 FIX Fix missing special agent in cluster configuration
<b>This fix is only necessary for Nagios.</b>
Clusters containing nodes with a special agent would crash with
the traceback
<tt>
File "/omd/sites/core/lib/python3/cmk/base/checkers/programs.py", line 266, in
_make_source_args
info_func = config.special_agent_info[special_agent_id]
</tt>
because the special agent was missing from the configuration
of the cluster.
CMK-7703
Change-Id: I73a84963ed041597ba8524fff0c3eb26bfa82a2c
Compare:
https://github.com/tribe29/checkmk/compare/b31a077d146d...f517261a928d