mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-22 05:24:54 +01:00
7 lines
246 B
Bash
7 lines
246 B
Bash
#!/bin/bash
|
|
|
|
echo To fault called >> /root/keepalived.log
|
|
/root/redundant_router/disable_pubip.sh >> /root/keepalived.log 2>&1
|
|
/root/redundant_router/primary-backup.sh fault >> /root/keepalived.log 2>&1
|
|
echo Status: FAULT >> /root/keepalived.log
|