From 6139e07d82b8ee23e05704f805164ad1e028a75b Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 17 Mar 2011 08:42:31 +0000 Subject: Removed health/modules action because redundant with modules/status --- health-model.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'health-model.lua') 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" }) -- cgit v1.2.3