Werk #12300: Fix missing special agent in cluster configuration

Component Core & setup
Title Fix missing special agent in cluster configuration
Date Apr 27, 2021
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.1.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)
2.0.0p4 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)

This fix is only necessary for Nagios.

Clusters containing nodes with a special agent would crash with the traceback

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]

because the special agent was missing from the configuration of the cluster.

To the list of all Werks