Ability to send VRRP mail notification
Request from the forum
https://www.keepalived.org/manpage.html
keepalivded.conf section:
global_defs { notification_email { noc+vrrp@foo.com } notification_email_from noc+vrrp@foo.com smtp_server 127.0.0.1 smtp_connect_timeout 30 router_id CR01 }
Proposed CLI
set high-availablilty vrrp global notification_email foo@bar.com set high-availablilty vrrp global notification_email_from foo@bar.com set high-availablilty vrrp global smtp_server x.x.x.x set high-availablilty vrrp global smtp_connect_timeout n set high-availablilty vrrp global router_id CR01