You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the check_mk check crashes, after my Console did a major release Update from Version 3.x to Version 4.x some Minutes ago.
ValueError (invalid literal for int() with base 10: '')
File "/omd/sites/xxx/lib/python3/cmk/base/checking.py", line 581, in get_aggregated_result
result = _aggregate_results(check_function(**kwargs))
File "/omd/sites/xxx/lib/python3/cmk/base/checking.py", line 812, in _aggregate_results
perfdata, results = _consume_and_dispatch_result_types(subresults)
File "/omd/sites/xxx/lib/python3/cmk/base/checking.py", line 856, in _consume_and_dispatch_result_types
for subr in subresults:
File "/omd/sites/xxx/lib/python3/cmk/base/api/agent_based/register/check_plugins.py", line 89, in filtered_generator
for element in generator(*args, **kwargs):
File "/omd/sites/xxx/local/lib/python3/cmk/base/plugins/agent_based/unifi_controller.py", line 123, in check_unifi_controller
if int(section.cloudkey_update_available) > 0:
The text was updated successfully, but these errors were encountered:
I uncommented the lines from 123 in the file "/omd/sites/xxx/local/lib/python3/cmk/base/plugins/agent_based/unifi_controller.py", regarding the "unifi update available check". This disables the check for available Unifi updates and resolves the problem quick and dirty, as I am unable to understand the error message to its full extent.
I think the check_mk check crashes, after my Console did a major release Update from Version 3.x to Version 4.x some Minutes ago.
ValueError (invalid literal for int() with base 10: '')
File "/omd/sites/xxx/lib/python3/cmk/base/checking.py", line 581, in get_aggregated_result
result = _aggregate_results(check_function(**kwargs))
File "/omd/sites/xxx/lib/python3/cmk/base/checking.py", line 812, in _aggregate_results
perfdata, results = _consume_and_dispatch_result_types(subresults)
File "/omd/sites/xxx/lib/python3/cmk/base/checking.py", line 856, in _consume_and_dispatch_result_types
for subr in subresults:
File "/omd/sites/xxx/lib/python3/cmk/base/api/agent_based/register/check_plugins.py", line 89, in filtered_generator
for element in generator(*args, **kwargs):
File "/omd/sites/xxx/local/lib/python3/cmk/base/plugins/agent_based/unifi_controller.py", line 123, in check_unifi_controller
if int(section.cloudkey_update_available) > 0:
The text was updated successfully, but these errors were encountered: