A keepalived FIFO notification handler
Go to file
Paul Stemmet a44d541cb7
schema/notify: prio.Priority
A uint number between 0 and 255, representing the new priority of the
associated INSTANCE. In newer versions of the VRRP protocol (v2+) a
instance's priority must be 255 to be considered MASTER, but older
versions only require the highest current priority to be MASTER.

This field is also _optional_ keepalived will only output it for VRRP
events, and then only if a setting is enabled in the conf file,
'vrrp_notify_priority_changes'.

  TYPE INSTANCE STATE PRIORITY
                      ^^^^^^^^
2022-12-09 18:05:56 +00:00
config config: LibCxt 2022-12-09 18:05:55 +00:00
fifo fifo: add MkPipe/1 2022-12-09 18:05:54 +00:00
schema/notify schema/notify: prio.Priority 2022-12-09 18:05:56 +00:00
.gitignore repo: Genesis 2022-11-24 12:43:17 +00:00
LICENSE repo: Genesis 2022-11-24 12:43:17 +00:00
README.md repo: Genesis 2022-11-24 12:43:17 +00:00
go.mod go.mod: add shellwords + tidy 2022-12-09 18:05:54 +00:00
go.sum go.mod: add shellwords + tidy 2022-12-09 18:05:54 +00:00

README.md

kdnotify - A keepalived FIFO handler