mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
system: states kill checkbox clarification (#8578)
Co-authored-by: Stephan de Wit <stephan.de.wit@deciso.com>
This commit is contained in:
parent
727967ed6d
commit
2a935b7afa
@ -58,17 +58,17 @@
|
||||
</field>
|
||||
<field>
|
||||
<id>gateway_item.monitor_killstates</id>
|
||||
<label>Kill states when down</label>
|
||||
<label>Failover States</label>
|
||||
<type>checkbox</type>
|
||||
<style>monitor_opt</style>
|
||||
<help>When a monitor down event is triggered, kill all states to this gateway.</help>
|
||||
<help>If this gateway goes down, force clients to reconnect over a different online gateway by killing states associated with this gateway. This option requires "default gateway switching" to be enabled, or this gateway assigned as part of a gateway group to trigger.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>gateway_item.monitor_killstates_priority</id>
|
||||
<label>Kill states metered</label>
|
||||
<label>Failback States</label>
|
||||
<type>checkbox</type>
|
||||
<style>monitor_opt</style>
|
||||
<help>When a monitor up event is triggered for a gateway with a higher priority (lower value) than this, kill all states to this gateway. Most common use for this switch are metered connections like LTE.</help>
|
||||
<help>If another gateway comes up with a higher priority than this gateway, force clients to reconnect by killing states associated with this gateway. This option requires "default gateway switching" to be enabled, or this gateway assigned as part of a gateway group to trigger. The common use case for this option are metered connections over LTE that should only be used when no other gateway is online.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>gateway_item.monitor</id>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user