Closed berrfred closed 4 months ago
Redfishtest does not use URIs directly. It uses Redpath, (see the README or the Redpath spec). So for this case the Redpath would be "/Chassis[0]/Thermal" which translates to the chassis collection, the first entry in that collection, then the Thermal node under that resource.
@berrfred were you able to try the above suggestion?
Well I got the point for the redfishtest but that does not solve my issue with collectd plugin ... in the end I chose to run my python piece of code as a collectd exec and that does the job. Thanks
Closing; let us know if you need more help with the library.
Sending requests to an iLO using the python-ilorest-library just works fine, either using basic or session auth, I do get the json output with e.g. all the temperatures.
I'd like to achieve the same thing using libredfish and associated plugin in collectd, however it seems to give the same error I get while trying with redfishtest.
Help appreciated to understand what I am missing ... I hope that if I can understand what's wrong with redfishtest then I have a chance to also get collectd plugin right since they basically use the same parameters.