[Release] Checkmk beta release 2.1.0b1

dashboard

Linux Dashboard

Traceback (most recent call last):
  File "/omd/sites/mon_test_ino/lib/python3/cmk/gui/dashboard.py", line 761, in _render_dashlet
    content = _render_dashlet_content(board, dashlet, is_update=is_update, mtime=board["mtime"])
  File "/omd/sites/mon_test_ino/lib/python3/cmk/gui/dashboard.py", line 776, in _render_dashlet_content
    dashlet.show()
  File "/omd/sites/mon_test_ino/lib/python3/cmk/gui/plugins/dashboard/graph.py", line 346, in show
    raise self._init_exception
  File "/omd/sites/mon_test_ino/lib/python3/cmk/gui/plugins/dashboard/graph.py", line 184, in __init__
    self._init_graph()
  File "/omd/sites/mon_test_ino/lib/python3/cmk/gui/plugins/dashboard/graph.py", line 199, in _init_graph
    raise MKGeneralException(_("Failed to calculate a graph recipe."))
cmk.utils.exceptions.MKGeneralException: Failed to calculate a graph recipe.
2022-02-28 16:16:30,957 [40] [cmk.web 29659] https://testdomain.de/site/check_mk/dashboard.py/site/check_mk/dashboard.py?name=linux_hosts_overview Problem while rendering dashboard element 10 of type combined_graph
Traceback (most recent call last):
  File "/omd/sites/mon_test_ino/lib/python3/cmk/gui/plugins/dashboard/graph.py", line 193, in _init_graph
    graph_recipes = resolve_graph_recipe(self._dashlet_spec["_graph_identification"])
  File "/omd/sites/mon_test_ino/lib/python3/cmk/gui/plugins/metrics/html_render.py", line 604, in resolve_graph_recipe
    return graph_identification_types.create_graph_recipes(
  File "/omd/sites/mon_test_ino/lib/python3/cmk/gui/plugins/metrics/identification.py", line 58, in create_graph_recipes
    return type_cls().create_graph_recipes(spec_info, destination=destination)
  File "/omd/sites/mon_test_ino/lib/python3/cmk/gui/cee/plugins/metrics/graphs.py", line 840, in create_graph_recipes
    graphed_objects = list(find_objects_for_combined_graph(ident_info, graph_template))
  File "/omd/sites/mon_test_ino/lib/python3/cmk/gui/cee/plugins/metrics/graphs.py", line 725, in find_objects_for_combined_graph
    for row in _get_matching_objects_for_combined_graphs(specification):
  File "/omd/sites/mon_test_ino/lib/python3/cmk/gui/cee/plugins/metrics/graphs.py", line 1101, in _get_matching_objects_for_combined_graphs
    raise MKGeneralException(
cmk.utils.exceptions.MKGeneralException: Sorry, you cannot create combined graphs for more than 100 objects

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/omd/sites/mon_test_ino/lib/python3/cmk/gui/dashboard.py", line 761, in _render_dashlet
    content = _render_dashlet_content(board, dashlet, is_update=is_update, mtime=board["mtime"])
  File "/omd/sites/mon_test_ino/lib/python3/cmk/gui/dashboard.py", line 776, in _render_dashlet_content
    dashlet.show()
  File "/omd/sites/mon_test_ino/lib/python3/cmk/gui/plugins/dashboard/graph.py", line 346, in show
    raise self._init_exception
  File "/omd/sites/mon_test_ino/lib/python3/cmk/gui/plugins/dashboard/graph.py", line 184, in __init__
    self._init_graph()
  File "/omd/sites/mon_test_ino/lib/python3/cmk/gui/plugins/dashboard/graph.py", line 199, in _init_graph
    raise MKGeneralException(_("Failed to calculate a graph recipe."))
cmk.utils.exceptions.MKGeneralException: Failed to calculate a graph recipe.