carp_failover/carp_failover.conf

10 lines
203 B
Plaintext
Raw Permalink Normal View History

2020-03-02 15:31:56 +01:00
# Set the action when the node changes to BACKUP state.
to_backup() {
logger "changed to backup"
}
# Set the action when the node changes to MASTER state.
to_master() {
logger "changed to master"
}