Latency and packet loss threshold
-
what is the default value of this two? i setup my group to trigger failover over when high latency and packet loss triggers
thanks
-
Default values from "apinger.conf"
"Down" alarm definition.
This alarm will be fired when target doesn't respond for 30 seconds.
alarm down "down" {
time 10s
}"Delay" alarm definition.
This alarm will be fired when responses are delayed more than 200ms
it will be canceled, when the delay drops below 100ms
alarm delay "delay" {
delay_low 200ms
delay_high 500ms
}"Loss" alarm definition.
This alarm will be fired when packet loss goes over 20%
it will be canceled, when the loss drops below 10%
alarm loss "loss" {
percent_low 10
percent_high 20
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.