summaryrefslogtreecommitdiffstats
path: root/health-model.lua
diff options
context:
space:
mode:
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" })