mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
mini_snmpd: import 1.2b from oldpackages for reference http://git.openwrt.org/?p=packages.git;a=commit;h=787e4e15a2792eb4d059001e1fb8bc84da8d65fd
Signed-off-by: Luke McKee <hojuruku@gmail.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
config mini_snmpd
|
||||
option enabled 0
|
||||
option ipv6 0
|
||||
option community 'public'
|
||||
option contact ''
|
||||
option location ''
|
||||
|
||||
# enable basic disk usage statistics on specified mountpoint
|
||||
list disks '/jffs'
|
||||
list disks '/tmp'
|
||||
|
||||
# enable basic network statistics on specified interface
|
||||
# 4 interfaces maximum, as named in /etc/config/network
|
||||
list interfaces 'loopback'
|
||||
list interfaces 'lan'
|
||||
list interfaces 'wan'
|
||||
Reference in New Issue
Block a user