Nextdoor / zkmonitor

Zookeeper Monitoring Daemon
5 stars 4 forks source link

Should alert when Dispatcher Lock is acquired #14

Open diranged opened 10 years ago

diranged commented 10 years ago

When a Dispatcher object that previously was secondary suddenly gets the lock its been waiting for, we likely should notify on that event. It means that one of the other zk_monitor agents went down for some reason.

This notification should go to a higher level general alert mail configuration... probably incorporated along with the is_zookeeper_down notification we want to build.