luci-app-snmpd: Basic net-snmpd config options 2168/head
authorKarl Palsson <karlp@etactica.com>
Thu, 20 Sep 2018 10:36:34 +0000 (10:36 +0000)
committerKarl Palsson <karlp@etactica.com>
Thu, 20 Sep 2018 10:36:34 +0000 (10:36 +0000)
commit318e4557553ceacbbb86fb575835f33a647597fb
treea85a08bc5ef1ed08060c056ec5d50bb26b115606
parentbe24b7b480d751882f7ef564acf5c370cfc00efa
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 <karlp@etactica.com>
applications/luci-app-snmpd/Makefile [new file with mode: 0644]
applications/luci-app-snmpd/luasrc/controller/snmpd.lua [new file with mode: 0644]
applications/luci-app-snmpd/luasrc/model/cbi/snmpd.lua [new file with mode: 0644]