Redfish Agent shouldn't render HTML if connection failed

Hi,
we have a System what probably don`t have a redfish implementation and therefore Login fails, which is ok for me, but the Service Discovery shows the login failure combined with a Login Form from the device:

Login isn`t working, but I hadn’t expected the system to render the HTML Code anyway.

Has some else seen this.
We have a CME Edition Version 2.3.0p23 and redfisch extension 2.3.60

Kind Regards
Andreas

This output is in the list of active checks. The redfish agent does not create active checks.

Sure it is an active Check, but it is the HW/SW Inventory, which is listed under active Check and there seems to be a connection to the redfish client data:

Nevertheless I wouldn’t expect any check to be rendered like this.

The interface queried is a Redfish interface as it looks like the agent found the root under /redfish/v1 on this HTTPS service.
But you got an unauthorized error.
That you see this under the HW/SW inventory has also an easy explanation.
HW/SW inventory active check is called like a classic Nagios check and outputs directly the raw error. In your case the whole result from the login request is shown as the output. Here you can question why the inventory renders the HTML content and don’t escape it.

2 Likes

Ok, so this is a system problem of Checkmk and should/can only be solved by the Checkmk team.

Thanks for the explanation

Not directly - in this case it looks more like a wrong configured agent integration.

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.