brule
v3.1.0
Published
Dr. Brule reports on the health of your hapi server
Readme

Dr. Brule responds if your hapi server is up.
npm i brule
Usage
Register with a hapi server then request /check-it-out or the configured path to check that the server is responsive.
const server = Hapi.server();
await server.register(Brule);Options
path - the pathname to configure the route to use. Defaults to '/check-it-out'
auth - value passed to route configuration. Defaults to undefined.
