Martin Hansen

Results 30 comments of Martin Hansen

Hi @Fengqiv If you have all metrics groups enabled, then yes, it can be quite slow to pull all information. Unfortunately there is nothing I can do about that. Sometimes...

Maybe the Web UI is collecting information in parallel, which the exporter doesn't do. Pulling information in parallel in the exporter could probably be useful, I will try to look...

I pushed a new version where the different metrics groups are pulled in parallel. I am not sure how much that will help, but it should be better. In any...

Hi @ilanni2460 Use the panel called "Stats" (at least in the English version). As part of the query, under Legend use `{{model}}` as shown on the attached screenshot. ![image](https://github.com/mrlhansen/idrac_exporter/assets/31279460/181ec454-b382-449a-858f-f5681665a1c0)

Unfortunately, I am not really sure why it does not work. This is how it should be done.

I think I have the solution now. In the panel on the right hand side, under "Text mode" use "Name". ![image](https://github.com/mrlhansen/idrac_exporter/assets/31279460/ab03bff4-55b8-4971-a892-97d8e4f3ba8d)

Hi @mymaor89 Can you try to run the exporter with the `-verbose` flag and send me the output from the log? That should tell us what URL is giving a...

Okay, that is strange. Two suggestions. * Restart iDRAC, it might solve it. * Try to make a call via cURL, to see if it returns anything useful: `curl -v...

Hi @dl1021 I will try to have a look. In the mean time, could you run the exporter with the `-verbose` flag and send me the log output when you...

For the network part. I checked some Gen9 and Gen10 machines, and information about the network is simply not available via the Redfish API. On Gen11 machines the information is...