mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
450 B
450 B
#!/bin/bash TYPE=$1 NAME=$2 STATE=$3
#
# if [ $STATE == "MASTER" ]; then logger "just became keepalived master"
fi #
# if [ $STATE == "BACKUP" ]; then systemctl restart posgresql-9.4 logger "just became keepalived backup" fi #
# if [ $STATE == "FAULT" ]; then systemctl stop posgresql-9.4 logger "just had a keepalived fault" fi