summaryrefslogtreecommitdiffstats
path: root/health-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-03-17 08:42:31 +0000
committerTed Trask <ttrask01@yahoo.com>2011-03-17 08:42:31 +0000
commit6139e07d82b8ee23e05704f805164ad1e028a75b (patch)
treeadb89225f46d14a9957378c5879991fe2bc731ee /health-model.lua
parentf855b94b1ff6f97def56745b55f11085746d751c (diff)
downloadacf-alpine-baselayout-6139e07d82b8ee23e05704f805164ad1e028a75b.tar.bz2
acf-alpine-baselayout-6139e07d82b8ee23e05704f805164ad1e028a75b.tar.xz
Removed health/modules action because redundant with modules/status
Diffstat (limited to 'health-model.lua')
-rw-r--r--health-model.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/health-model.lua b/health-model.lua
index 1bc8376..fb284bb 100644
--- a/health-model.lua
+++ b/health-model.lua
@@ -118,12 +118,6 @@ get_network = function (self)
return cfe({ type="group", value=network })
end
-get_modules = function (self)
- local modules = {}
- modules.list = cfe({ value=querycmd("lsmod"), label="Modules List" })
- return cfe({ type="group", value=modules })
-end
-
get_proc = function (self)
local proc = {}
proc.processor = cfe({ value=fs.read_file("/proc/cpuinfo") or "", label="Processor" })