Advanced syslog and kernel log (tail, search, etc) for LuCI (OpenWrt webUI).
OpenWrt >= 21.02.
Supported LuCI themes: luci-theme-bootstrap, luci-theme-material, luci-theme-openwrt-2020.
wget --no-check-certificate -O /tmp/luci-app-log-viewer_1.2.1-r1_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-app-log-viewer_1.2.1-r1_all.ipk
opkg install /tmp/luci-app-log-viewer_1.2.1-r1_all.ipk
rm /tmp/luci-app-log-viewer_1.2.1-r1_all.ipk
service rpcd restart
i18n-ru:
wget --no-check-certificate -O /tmp/luci-i18n-log-viewer-ru_1.2.1-r1_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-i18n-log-viewer-ru_1.2.1-r1_all.ipk
opkg install /tmp/luci-i18n-log-viewer-ru_1.2.1-r1_all.ipk
rm /tmp/luci-i18n-log-viewer-ru_1.2.1-r1_all.ipk
Kernel log:
System log (logd):
Filter settings:
System log (syslog-ng):
wget --no-check-certificate -O /www/luci-static/resources/view/log-viewer/log-widget.js https://github.com/gSpotx2f/luci-app-log/raw/master/dev-mods-examples/mod-lines/htdocs/luci-static/resources/view/log-viewer/log-widget.js
wget --no-check-certificate -O /www/luci-static/resources/view/log-viewer/log-widget.js https://github.com/gSpotx2f/luci-app-log/raw/master/dev-mods-examples/mod-textarea/htdocs/luci-static/resources/view/log-viewer/log-widget.js