summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/src/model/cbi/admin_statistics/processes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-statistics/src/model/cbi/admin_statistics/processes.lua')
-rw-r--r--applications/luci-statistics/src/model/cbi/admin_statistics/processes.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-statistics/src/model/cbi/admin_statistics/processes.lua b/applications/luci-statistics/src/model/cbi/admin_statistics/processes.lua
index 9af3cdc957..5e9735385e 100644
--- a/applications/luci-statistics/src/model/cbi/admin_statistics/processes.lua
+++ b/applications/luci-statistics/src/model/cbi/admin_statistics/processes.lua
@@ -24,7 +24,7 @@ enable = s:option( Flag, "enable", "Plugin aktivieren" )
enable.default = 0
-- collectd_processes.processs (Process)
-processes = s:option( Value, "Processs", "Überwachte Prozesse", "mehrere mit Leerzeichen trennen" )
+processes = s:option( Value, "Processes", "Überwachte Prozesse", "mehrere mit Leerzeichen trennen" )
processes.default = "olsrd bmxd httpd dnsmasq dropbear tinc"
processes:depends( "enable", 1 )