Imported from https://github.com/remakeelectric/owrt_pub_feeds/tree/master/luci-app-snmpd Only provides configuration of basic authentication and system level options, not even close to the entire slew of options that net-snmp supports, but the basics are still helpful, and a base for future work. Signed-off-by: Karl Palsson <karlp@etactica.com>
5 lines
135 B
Lua
5 lines
135 B
Lua
module("luci.controller.snmpd", package.seeall)
|
|
|
|
function index()
|
|
entry({"admin", "services", "snmpd"}, cbi("snmpd"), "SNMPD")
|
|
end
|