Ability to send VRRP mail notification
Request from the forum
https://www.keepalived.org/manpage.html
keepalivded.conf section:
global_defs {
notification_email {
[email protected]
}
notification_email_from [email protected]
smtp_server 127.0.0.1
smtp_connect_timeout 30
router_id CR01
}Proposed CLI
set high-availablilty vrrp global notification_email [email protected] set high-availablilty vrrp global notification_email_from [email protected] 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