From: Michael K. <mic...@ip...> - 2019-07-31 19:10:59
|
Hi Devs Just thought I would bring to your attention a problem with this script which I experienced at one of my sites. As it turns out, both the primary and secondary services went down for a short period at the same time and both came back within a couple seconds of each other. The failover script executed: SECONDARY) ....... ;; But did not execute: PRIMARY) ....... ;; I use this script to blackhole a route to the main provider so it fails over to a backup so this route remained blackholed when they both returned. Lucky I was monitoring with Zabbix so caught it before they started for the day. Do you think there is any way to fix this? It appears that the script needs to go through the standard transitions to be successful. Regards Michael Knill |