aboutsummaryrefslogtreecommitdiff
path: root/net/apinger/files/apinger.config
blob: 40190b3f545295b0fa726c397df3d83305cc4161 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
config interface 'wan'
	option debug '0'
	option status_interval '5'

#config interface 'wan2'
#	option debug '0'
#	option status_interval '5'

# delay is in ms
#config alarm_delay 'delay200'
#	option delay_low '100'
#	option delay_high '200'

# loss is in %
#config alarm_loss 'loss50'
#	option percent_low '30'
#	option percent_high '50'

#config target 'target1'
#	option interface 'wan'
#	option address '8.8.8.8'
#	option alarm_delay 'a1'
#	option alarm_loss 'loss50'
#	option probe_interval '5'

#config target 'target2'
#	option interface 'wan2'
#	option address '8.8.8.8'