Thanks for the reply. I figured sometimes when I try to login to iLO i always get a certificate warning first but when i accept the warning sometimes I get an empty website. Refresh fix the problem and I get the login site. Looks a bit like the agent behaves like this as well.
Traceback:
File “/omd/sites/site/lib/python3/cmk/special_agents/v0_unstable/agent_common.py”, line 148, in _special_agent_main_core
return main_fn(args)
File “/omd/sites/site/local/lib/python3/cmk_addons/plugins/redfish/special_agents/agent_redfish.py”, line 737, in agent_redfish_main
get_information(redfishobj, sections)
File “/omd/sites/site/local/lib/python3/cmk_addons/plugins/redfish/special_agents/agent_redfish.py”, line 624, in get_information
fetch_extra_data(redfishobj, data_model, extra_links, sections, system)
File “/omd/sites/site/local/lib/python3/cmk_addons/plugins/redfish/special_agents/agent_redfish.py”, line 259, in fetch_extra_data
result = fetch_sections(redfishobj, extra_links, sections, link_list)
File “/omd/sites/site/local/lib/python3/cmk_addons/plugins/redfish/special_agents/agent_redfish.py”, line 213, in fetch_sections
result = fetch_collection(redfishobj, section_data, section)
File “/omd/sites/site/local/lib/python3/cmk_addons/plugins/redfish/special_agents/agent_redfish.py”, line 163, in fetch_collection
element_data = fetch_data(redfishobj, element.get(“@odata.id”), component)
File “/omd/sites/site/local/lib/python3/cmk_addons/plugins/redfish/special_agents/agent_redfish.py”, line 144, in fetch_data
response_url = redfishobj.get(url, None)
File “/omd/sites/site/lib/python3.12/site-packages/redfish/rest/v1.py”, line 628, in get
return self._rest_request(path, method=‘GET’, args=args,
File “/omd/sites/site/lib/python3.12/site-packages/redfish/rest/v1.py”, line 1110, in _rest_request
return super(HttpClient, self)._rest_request(path=path, method=method,
File “/omd/sites/site/lib/python3.12/site-packages/redfish/rest/v1.py”, line 954, in _rest_request
raise RetriesExhaustedError() from cause_exception
Local Variables:
{‘allow_redirects’: True,
‘args’: None,
‘attempts’: 3,
‘body’: None,
‘cause_exception’: ReadTimeout(ReadTimeoutError(“HTTPSConnectionPool(host=‘192.168.3.228’, port=443): Read timed out. (read timeout=3)”)),
‘endtime’: 3441456.687761962,
‘headers’: {‘Accept’: ‘/’,
‘OData-Version’: ‘4.0’,
‘inittime’: 3441455.043479192,
‘max_retry’: 2,
‘method’: ‘GET’,
‘path’: ‘/redfish/v1/Systems/1/Memory/proc1dimm1/’,
‘query_str’: None,
‘reqpath’: ‘/redfish/v1/Systems/1/Memory/proc1dimm1/’,
‘resp’: <Response [200]>,
‘restreq’: <redfish.rest.v1.RestRequest object at 0x7f8592ba75c0>,
‘restresp’: <redfish.rest.v1.RestResponse object at 0x7f8592bf7ce0>,
‘self’: <redfish.rest.v1.HttpClient object at 0x7f859441c8f0>,
‘timeout’: 3,
‘verify’: False}