mirror of
https://github.com/novatiq/packages.git
synced 2026-07-31 07:43:06 +01:00
17 lines
409 B
Plaintext
17 lines
409 B
Plaintext
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'
|