From 318e4557553ceacbbb86fb575835f33a647597fb Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 20 Sep 2018 10:36:34 +0000 Subject: luci-app-snmpd: Basic net-snmpd config options 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 --- applications/luci-app-snmpd/luasrc/controller/snmpd.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 applications/luci-app-snmpd/luasrc/controller/snmpd.lua (limited to 'applications/luci-app-snmpd/luasrc/controller/snmpd.lua') diff --git a/applications/luci-app-snmpd/luasrc/controller/snmpd.lua b/applications/luci-app-snmpd/luasrc/controller/snmpd.lua new file mode 100644 index 0000000000..71020747f0 --- /dev/null +++ b/applications/luci-app-snmpd/luasrc/controller/snmpd.lua @@ -0,0 +1,5 @@ +module("luci.controller.snmpd", package.seeall) + +function index() + entry({"admin", "services", "snmpd"}, cbi("snmpd"), "SNMPD") +end -- cgit v1.2.3