system: states kill checkbox clarification (#8578)

Co-authored-by: Stephan de Wit <stephan.de.wit@deciso.com>
This commit is contained in:
Franco Fichtner 2025-04-24 16:27:37 +02:00 committed by GitHub
parent 727967ed6d
commit 2a935b7afa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>