2020-04-21 22:43:53 +02:00
|
|
|
#!/usr/bin/bash
|
2020-04-23 22:36:43 +02:00
|
|
|
repeater=235192
|
|
|
|
|
call=GB3IN
|
|
|
|
|
defaultslot1=23590
|
|
|
|
|
defaultslot2=91
|
2020-04-21 22:43:53 +02:00
|
|
|
minrelinktimerslot1=30
|
|
|
|
|
minrelinktimerslot2=30
|
2020-04-23 22:36:43 +02:00
|
|
|
slowdown=0
|
|
|
|
|
checkslot1=check_status_slot1
|
2020-04-22 18:47:33 +02:00
|
|
|
checkslot2=check_status_slot2
|
2020-04-23 22:36:43 +02:00
|
|
|
slot1notlinked=check_if_nothing_linked_slot1
|
2020-04-22 18:47:33 +02:00
|
|
|
slot2notlinked=check_if_nothing_linked_slot2
|
|
|
|
|
|
|
|
|
|
#configuration above enabled to watch slot 2 only on a hotspot
|
|
|
|
|
|
|
|
|
|
# add the lines as required you may only have 1 slot monitored on a repeater if thats
|
|
|
|
|
|
|
|
|
|
# all using SUDO Reflectors Cant imagine why
|
|
|
|
|
|
|
|
|
|
|