-
Notifications
You must be signed in to change notification settings - Fork 4
/
sonar.conf
22 lines (20 loc) · 884 Bytes
/
sonar.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#### Sonar - A WiFi Keepalive daemon
####
#### Written by Stephan Wendel aka KwadFan <[email protected]>
#### Copyright 2022
#### https://github.com/mainsail-crew/sonar
####
#### This File is distributed under GPLv3
#### Install:
# git clone https://github.com/mainsail-crew/sonar.git
# cd ~/sonar
# make config
# sudo make install
[sonar]
enable: true # false to disable till next reboot (will stop again if not set to true)
debug_log: false # if set to true, sonar will log ever ping with triptime and date/time
persistant_log: false # If true logs in /var/log/sonar.log, false logs to systemd
target: auto # IP Address, URL or auto as ping target
count: 60 # How often should be pinged?
interval: 120 # Ping again after X seconds
restart_treshold: 10 # If failed, restart WiFi after X seconds