AcalephStorage / consul-alerts

A simple daemon to send notifications based on Consul health checks
GNU General Public License v2.0
827 stars 191 forks source link

email notifier: distinct email receivers based on consul service #262

Open 0x218 opened 5 years ago

0x218 commented 5 years ago

My scenario is, within the premise there are several departments (like Finance, HR, Inventory et) and each of them is maintaining their own departmental applications/service. Failure in any service triggers e-mail to every department owners irrespective of the service is owned by that department.

Trying for a solution that send e-mail to exact group of receivers based on service name. If this is possible in consul-alerts, please advise.

satishviswanathan commented 5 years ago

Even I'm having the same requirement. It would be great we can target the email alerts to specific group rather than the entire audience.