lukasmalkmus / rpi_exporter

A Raspberry Pi CPU temperature exporter.
Apache License 2.0
78 stars 17 forks source link

Telemetry and Healthcheck path without slash does not work #26

Open ToMe25 opened 9 months ago

ToMe25 commented 9 months ago

Using the argument web.telemetry-path or web.healthcheck-path with a path that is not prefixed with a slash results in said page not being reachable at all. The "Not Found" page still tries to link to it, but said link just leads you to the "Not Found" page again.

In my opinion such a path should be, silently or with a log warning, prepended with a slash.

lukasmalkmus commented 7 months ago

Feel free to tackle this. I'll keep the issues open. But at the moment I don't have capacity to work in this exporter apart from occasional maintenance.

ToMe25 commented 7 months ago

I opened these recent issues mostly to track these things, I don't consider them to have any significant urgency.

I will look into implementing some of them if and when I find the time and motivation to do so :)