1
0
Fork 0

Scripts to check and restart kresd if it does not respond

This commit is contained in:
Luca Beltrame 2022-06-05 22:41:30 +02:00
parent 029201da1e
commit 7dcb836a25
Signed by: einar
GPG key ID: 4707F46E9EC72DEC
3 changed files with 112 additions and 0 deletions

7
sysadmin/dnscheck.config Normal file
View file

@ -0,0 +1,7 @@
# Place this in /etc/config/dnscheck
config setup 'check_service'
option host 'CHANGEME'
option server '127.0.0.1'
option timeout '5'
option maxfailures '3'