Closed llamafilm closed 7 months ago
This is not a bug. If you want a separate endpoint, please open an FR instead, although I'm not sure if that would be accepted as plugins reside within the plugins
namespace and I dont believe NetBox allows to override this behaviour.
According to the readme file:
NetBox exposes metrics at the /healthcheck HTTP endpoint, e.g. https://netbox.local/healthcheck.
Yes, this is confusing - the readme is incorrect, as it's true that plugins reside within the plugins
namespace and it doesn't look like this behaviour can be overridden without (monkey) patching netbox itself.
updated readme
NetBox version 3.7.0
According to the readme file:
But this endpoint returns 404 error.
The
/plugins/netbox_healthcheck_plugin/healthcheck/
endpoint works correctly, so I believe this is a bug in the README.