jenningsloy318 / redfish_exporter

exporter to get metrics from redfish based hardware such as lenovo/dell/superc servers
Apache License 2.0
70 stars 62 forks source link

feat: add http endpoint for reloading config #36

Closed mehyedes closed 2 years ago

mehyedes commented 2 years ago

The added endpoint /-/reload triggers a reload of the redfish_exporter configuration when receiving a PUT or POST request. This was inspired by the same feature in prometheus(see docs)

Closes: https://github.com/jenningsloy318/redfish_exporter/issues/35