br101 / pingcheck

Check connectivity of interfaces in OpenWRT
GNU General Public License v2.0
51 stars 15 forks source link

How to setup so when ping to router (192.168.0.1) times out, will run offline script that runs wifi down and wifi up, and wait 10 seconds #19

Closed kocoman1 closed 2 years ago

kocoman1 commented 3 years ago

How to setup so when ping to router (192.168.0.1) times out, will run offline script that runs wifi down and wifi up, and wait 10 seconds

My wifi (repeater) is not working well. Not sure if its hw or sw problem.

I would run...

opkg update opkg install pingcheck nano (edit) config file where?

I am lost when i see the required section "interface" uci name of interface. What do i fill in there?

Also is ubus some kind of logger/history analyzer?

Thanks

br101 commented 2 years ago

Its all documented in the README https://github.com/br101/pingcheck

br101 commented 2 years ago

ubus is a inter process communication (IPC) like DBus