KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
luci-app-watchcat-plus
★ 15
Open GitHub ↗
OpenWrt LuCI watchcat plugins
Download README (.md)
Explore Similar Repositories
devicescript-gateway
:
Cloud gateway for IoT devices running DeviceScript
Altzone-WebPages
:
Altzone-WebPages is an open-source project focused on building modern, dynamic web pages for the Altzone game project. 🌟
Awesome-Incremental-Learning-For-Semantic-Segmentation
:
A list of papers and codes about Incremental/Continual Semantic Segmentation
dcase2023_task4b_baseline
:
Baseline code for DCASE 2023 task 4 B
Yaya-OS
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
luci-app-watchcat-plus
?
Download (.md)
# luci-app-watchcat-plus luci-app-watchcat-plus 由官方js版本的[luci-app-watchcat](https://github.com/openwrt/luci/tree/master/applications/luci-app-watchcat)移植,加入日志查看,适用于luci lua版本的openwrt分支。 需要搭配官方最新版本[watchcat](https://github.com/openwrt/packages/tree/master/utils/watchcat)使用 ### 功能 - 定时重启模式 - Ping重启接口模式 - Ping重启系统模式 - Ping运行脚本模式 ### 参数使用说明 https://openwrt.org/docs/guide-user/advanced/watchcat ### 编译 ```shell # 删除老版本watchcat rm -rf feeds/packages/utils/watchcat svn co https://github.com/openwrt/packages/trunk/utils/watchcat feeds/packages/utils/watchcat git clone https://github.com/gngpp/luci-app-watchcat-plus.git package/luci-app-watchcat-plus make menuconfig # choose LUCI -> Applications -> luci-app-watchcat-plus make V=sc -j1 ``` 