Say fallback, not failover — the synonym was silently matching nothing in three renderers, plus retrying probes and a 2-minute handback window
This commit is contained in:
@@ -202,7 +202,9 @@ function vv_fallback_state(): array {
|
||||
}
|
||||
return vv_fb_card_extra() + [
|
||||
'state' => $raw['state'] ?? 'UNKNOWN',
|
||||
'failover_start' => $raw['failover_start'] ?? '0',
|
||||
// fallback_start, not failover_start. The state file has only ever written the former, so this
|
||||
// read returned '0' every time and the Monitor card's outage duration never rendered.
|
||||
'fallback_start' => $raw['fallback_start'] ?? '0',
|
||||
'tier2_started' => $raw['tier2_started'] ?? 'false',
|
||||
'tier3_started' => $raw['tier3_started'] ?? 'false',
|
||||
'tier4_started' => $raw['tier4_started'] ?? 'false',
|
||||
|
||||
Reference in New Issue
Block a user