Query server status remotely

Is it possible to send an HTTP request into hangfire from a remote location (e.g. NewRelic) to check that the server is running. We need to set this up to alert us if hangfire stops processing tasks.
Hangfire is running as part of a website, both the client and the server are in the same site (afaik - I am not a dev on the site, just the ops guy being told to monitor it).

tl;dr - is there a url such as http://your.site.example.com/hangfire/status I can test to check hangfire is up using a tool like NewRelic?

Please see this pull request: https://github.com/HangfireIO/Hangfire/pull/424