summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-statistics')
-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 5e9735385..354cecaf1 100644
--- a/applications/luci-statistics/src/model/cbi/admin_statistics/processes.lua
+++ b/applications/luci-statistics/src/model/cbi/admin_statistics/processes.lua
@@ -23,7 +23,7 @@ s = m:section( NamedSection, "collectd_processes", "luci_statistics", "Pluginkon
enable = s:option( Flag, "enable", "Plugin aktivieren" )
enable.default = 0
--- collectd_processes.processs (Process)
+-- collectd_processes.processes (Process)
processes = s:option( Value, "Processes", "Überwachte Prozesse", "mehrere mit Leerzeichen trennen" )
processes.default = "olsrd bmxd httpd dnsmasq dropbear tinc"
processes:depends( "enable", 1 )