airbnb / nerve

A service registration daemon that performs health checks; companion to airbnb/synapse
MIT License
942 stars 151 forks source link

Load a service check module if added to the config. #36

Closed bakins closed 9 years ago

bakins commented 10 years ago

This allows service checks to not have to be in core.

I see lots or PR's for adding service checks to nerve. They probably all do not belong in the core. This is a quick hack to load them at run time. Probably not ideal. We may could have a list of modules we want to load in the config maybe rather than per service??