manprinsen / uptime-kuma-agent

5 stars 0 forks source link

Any idea how to run this on Unifi USG? #1

Open jtbmedia opened 1 week ago

jtbmedia commented 1 week ago

Hi,

Any idea how i can run this on a Unifi USG? Would be great to do that.

manprinsen commented 1 week ago

Hi, Unfortunately i dont have a Unifi USG to test with. But i found this link: https://community.ui.com/questions/Own-shell-scripts-on-USG/2efd89de-9544-43de-a216-aaca17955ecb

Is it possible to ssh in to it?

When i tested on my Teltonika router i noticed that the devices had limited disk space (not 10mb free). So i could not use the compiled version of this project. Thats why i created the program.sh shell script :) program.sh unfortunately relies on ping and curl to be installed on the device (the compiled version dont :) )

If you could ssh on to your Unifi USG, could you please try if its possible to run ping and curl commands? eg ping 8.8.8.8 and curl ifconfig.me