Browse Source

muninlite: fix uptime should report days patch

1295d87 failed to remove cdef config which will break graphs for
existing users.

Properly closes #810

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
lilik-openwrt-22.03
Jonathan McCrohan 10 years ago
parent
commit
8c6a2df87a
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      admin/muninlite/patches/110-fix-uptime-days.patch

+ 5
- 2
admin/muninlite/patches/110-fix-uptime-days.patch View File

@ -1,7 +1,10 @@
--- a/plugins/uptime
+++ b/plugins/uptime
@@ -7,5 +7,5 @@
echo "uptime.cdef uptime,86400,/"
@@ -4,8 +4,7 @@ config_uptime() {
echo "graph_vlabel uptime in days"
echo "uptime.label uptime"
echo "uptime.draw AREA"
- echo "uptime.cdef uptime,86400,/"
}
fetch_uptime() {
- echo "uptime.value" $(cut -d\ -f1 /proc/uptime)


Loading…
Cancel
Save