summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-status/root
AgeCommit message (Collapse)Author
2024-07-23luci-mod-status: display log_file in status if definedChristian Korber
Commit includes wrapper syslog in /usr/libexec. If a log file is configured, the output of this file is displayed. Otherwise the output of logread is displayed. Signed-off-by: Christian Korber <ckorber@tdt.de>
2024-05-08luci-mod-status: fix spellingFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-04-24luci-mod-status: rename realtime graph display name traffic into bandwithFlorian Eckert
The corresponding file is also named bandwith. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2023-12-18Merge pull request #6724 from erikrk/channel-analysis-permissionsPaul Donald
luci-mod-status: fix ACL for channel analysis
2023-12-07luci-mod-status: add ACL entry for storage indexChristian Marangi
Add missing ACL entry for storage index page. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> luci-mod-status: expand storage index page with mount points Expand storage index page with mount points. For custom mounts point we use the device name and we reference the mount point between (). Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> luci-mod-status: ensure each storage getMountPoints result is unique Signed-off-by: Paul Donald <newtwen@gmail.com> Closes #2767
2023-11-27luci-mod-status: fix ACL for channel analysisErik Karlsson
Without this fix channel analysis will not work unless write access is also granted to luci-mod-network-config Signed-off-by: Erik Karlsson <erik.karlsson@genexis.eu>
2023-10-25luci-mod-status: add ACL to allow access to getBuiltinEthernetPortsJo-Philipp Wich
Fixes: ed059e4cd3 ("luci-mod-status: 29_ports.js: attempt to use getBuiltinEthernetPorts") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2023-07-27luci-mod-status: introduce ethernet port status viewJo-Philipp Wich
This commit adds an ethernet port status overview to the main status page. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2022-12-17luci-base, luci-mod-status: expose LuCI version via ubusJo-Philipp Wich
Instead of scraping the LuCI version from Lua sources, fetch it via ubus in order to be independent from the Lua runtime. Fixes: #6154 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2022-07-05luci-mod-status: nftables.js: fix OOM on big nftables IP setsAlexander Georgievskiy
Signed-off-by: Alexander Georgievskiy <galeksandrp@gmail.com>
2022-04-27luci-mod-status: hide iptables firewall status when nft is presentJo-Philipp Wich
Do not expose the iptables status page as menu item when nftables is present on the system. Instead add a warning banner to the nftables status page directing the user to the hidden iptables status page when we encounter legacy rules on the system. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2022-02-07luci-mod-status: add nftables status pageJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-09-03luci-mod-status: move index acl into own fileFlorian Eckert
The ACL file luci-mod-status.json is already quite long. It is also a separate menu item in LuCI, so in my view it makes sense to move it to a separate file. An additional positive effect is that the file then becomes clearer. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-08-26luci-mod-status: merge status/dmesg with status/syslogVladislav Grigoryev
Merge "Kernel Log" with "System Log" as an extra tab. Consolidate logging facilities for more intuitive navigation. Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
2021-08-09Merge pull request #5235 from vgaetera/status-routingJo-Philipp Wich
luci-mod-status: status/routing support for pbr
2021-08-08luci-mod-status: fix description for luci-mod-status-channel_analysisVladislav Grigoryev
Update "modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json". Fix incorrect description for "luci-mod-status-channel_analysis". Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
2021-08-07luci-mod-status: status/routing support for pbrVladislav Grigoryev
Provide comprehensive status information for routing. Rename the "Status > Routes" page to "Status > Routing". Unify sorting for the "Status" and "Network" menus. Add tabs for IPv4 and IPv6 and reorganize the contents. Display routing rules and their priorities for each protocol. Policy-based routing is an increasingly popular problem. Netifd natively supports policy-based routing: * The interface-specific options "ip4table" and "ip6table". * The routing rules using the "rule" and "rule6" sections. LuCI is missing the information about routing rules. Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
2021-07-07luci-mod-status: disable "Set static" lease action on readonly viewJo-Philipp Wich
Fixes: f6b6a12927 ("luci-mod-status: add support for one-click static lease") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-01-26luci-mod-status: use the new ubus dsl metricsAndre Heider
This is significantly faster. Signed-off-by: Andre Heider <a.heider@gmail.com> Tested-by: Martin Schiller <ms@dev.tdt.de>
2021-01-07Merge pull request #4598 from Ansuel/wifi_chanHannu Nyman
luci-mod-status: add new channel analysis page
2020-12-06luci-mod-status: add channel analysis supportAnsuel Smith
Add channel analysis support. This can be very useful as a user can directly use the webui to check wifi channel utilization without using external tool. This use data already provided by iwinfo. Fixes: #4572 Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-10-17luci-mod-status: add WPS control for wifi infoAnsuel Smith
Add a way to trigger and get the WPS Push Button status from the webui if supported. Fixes: #1072 Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-04-17treewide: fix trailing commans in ACL JSON filesJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-17treewide: add ACL annotations to menu entriesJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-09treewide: reorganize base ACLsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-29luci-mod-status: reimplement route status page as client side viewJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-22luci-mod-status: remove obsolete nameinfo routeJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-22luci-mod-status: reimplement log pages as client side viewsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-22luci-mod-status: reimplement iptables status page as client side viewJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-22luci-mod-status: replace iptables controller actions with cgi-io callsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16luci-mod-status: convert menu nodes to JSONJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>