sganslandt / healthcheck-watcher

2 stars 0 forks source link

Build an interface for pluggable notifiers #4

Closed sganslandt closed 9 years ago

sganslandt commented 9 years ago

Notifiers should be called when statuses of services change.

It should be possible plug in new notifiers without code changes in the service itself.

Examples could be posting a message to Slack channel, send an email, publish a message to RabbitMQ exchange...

sganslandt commented 9 years ago

webhooks could probably serve as a good default. might be something that's worth building in so that configuration of those doesn't become overly complex?

sganslandt commented 9 years ago

Webhooks, done.