← Back to Config Store
📄 sonar.conf
FILE: sonar.conf
•
LINES: 17
•
SIZE: 0.75 KB
•
SYNTAX: INI / Klipper G-Code
1 #### Sonar - A WiFi Keepalive daemon
2 ####
3 #### Written by Stephan Wendel aka KwadFan <me@stephanwe.de>
4 #### Copyright 2022
5 #### https://github.com/mainsail-crew/sonar
6 ####
7 #### This File is distributed under GPLv3
8 ####
9
10 [sonar]
11 enable: false # false to disable till next reboot (will stop again if not set to true)
12 debug_log: false # if set to true, sonar will log ever ping with triptime and date/time
13 persistant_log: false # If true logs in /var/log/sonar.log, false logs to systemd
14 target: auto # IP Address, URL or auto as ping target
15 count: 3 # How often should be pinged?
16 interval: 60 # Ping again after X seconds
17 restart_treshold: 10 # If failed, restart WiFi after X seconds