Nach Update auf 2.1 funktionieren div. Standard-Dashboards nicht mehr

Hallo,
nach dem Update auf 2.1 funktionieren diverse Dashboards nicht mehr .
Hat jemand Tips?
Gruß

Internal error: invalid literal for int() with base 10: ‘’

An internal error occured while processing your request. You can report this issue to the Checkmk team to help fixing this issue. Please open the crash report page and use the form for reporting the problem.

Auszug aus dem Crashreport
Traceback
File “/omd/sites/comline_intern/lib/python3/cmk/gui/wsgi/applications/checkmk.py”, line 241, in _process_request
resp = page_handler()
File “/omd/sites/comline_intern/lib/python3/cmk/gui/wsgi/applications/utils.py”, line 56, in _call_auth
func()
File “/omd/sites/comline_intern/lib/python3/cmk/gui/pages.py”, line 195, in
return (lambda hc: lambda: hc().handle_page())(handle_class)
File “/omd/sites/comline_intern/lib/python3/cmk/gui/pages.py”, line 48, in handle_page
self.page()
File “/omd/sites/comline_intern/lib/python3/cmk/gui/pages.py”, line 165, in
“page”: lambda self: self._wrapped_callable0,
File “/omd/sites/comline_intern/lib/python3/cmk/gui/dashboard.py”, line 518, in page_dashboard
draw_dashboard(name)
File “/omd/sites/comline_intern/lib/python3/cmk/gui/dashboard.py”, line 643, in draw_dashboard
“on_resize_dashlets”: _get_resize_dashlets(dashlets),
File “/omd/sites/comline_intern/lib/python3/cmk/gui/dashboard.py”, line 711, in _get_resize_dashlets
on_resize = get_dashlet_on_resize(dashlet)
File “/omd/sites/comline_intern/lib/python3/cmk/gui/dashboard.py”, line 1494, in get_dashlet_on_resize
on_resize = dashlet.on_resize()
File “/omd/sites/comline_intern/lib/python3/cmk/gui/plugins/dashboard/graph.py”, line 333, in on_resize
return self._reload_js()
File “/omd/sites/comline_intern/lib/python3/cmk/gui/plugins/dashboard/graph.py”, line 349, in _reload_js
json.dumps(Timerange.compute_range(self._dashlet_spec[“timerange”]).range),
File “/omd/sites/comline_intern/lib/python3/cmk/gui/valuespec.py”, line 4618, in compute_range
count = int(rangespec[:-1])

Local Variables
{’_date_span’: <function Timerange.compute_range.._date_span at 0x7f3cf6aa1160>,
‘_fixed_dates’: <function Timerange.compute_range.._fixed_dates at 0x7f3cf6aa15e0>,
‘_month_edge_days’: <function Timerange.compute_range.._month_edge_days at 0x7f3cf6aa13a0>,
‘now’: 1654752549.1610115,
‘rangespec’: ‘1’}

In var/log/web.log finde ich unter anderem diese Meldung.

graphed_objects = list(find_objects_for_combined_graph(ident_info, graph_template))

File “/omd/sites/comline_intern/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/comline_intern/lib/python3/cmk/gui/cee/plugins/metrics/graphs.py”, line 1104, in _get_matching_objects_for_combined_graphs
raise MKGeneralException(
cmk.utils.exceptions.MKGeneralException: Sorry, you cannot create combined graphs for more than 100 objects

Hier gibts schon einen Thread zu dem Thema: Internal error: invalid literal for int() with base 10: '' when opening main dashboard

Ok,
danke.
Ich klinke mich da ein.
Habe ich bei der Suche wohl übersehen.
Gruß

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.