Error message: “Get-Request to the Endpoint: Request failed when executing remote operation haGet: HA Get is supported on clusters with only AHV nodes”
Output of “cmk --debug -vvn hostname”: [special_prism] Agent exited with code 1: ERROR 2024-11-25 05:39:10 agent_prism: HTTP error: 500 Server Error: INTERNAL SERVER ERROR for url: https://XXXXXXXX:9440/PrismGateway/services/rest/v2.0/ha(!!), [piggyback] Success (but no data found for this host), Missing monitoring data for all plugins(!), execution time 1.7 sec | execution_time=1.660 user_time=0.060 system_time=0.010 children_user_time=0.440 children_system_time=0.070 cmk_time_ds=1.090 cmk_time_agent=0.000
Hey all,
after running some updates on our nutanix cluster, we have some problems with the built in prism-check. It just fails with an endpoint not being supported. Before the update of the Prism-Cluster, the Check ran perfectly! (Everything else within the cluster runs perfectly fine)
As the special agent has no selection of the fetched sections, the only way to “fix” this is a small modification of the special agent.
The lines 47, 167 and 224 need to be commented.
In the latest versions it should be enough to only change one line
Line 180 should be the important one.
For the old API v1 and v2 i don’t think that there will be any big changes on the agent.