Opened 3 years ago
Last modified 3 years ago
#17757 new defect
mini_snmpd: not tracking wan or eth1 interface
Reported by: | sterlinghubbard@… | Owned by: | developers |
---|---|---|---|
Priority: | normal | Milestone: | Barrier Breaker 14.07 |
Component: | packages | Version: | |
Keywords: | Cc: |
Description
I'm attempting to setup Cacti to track wan usage stats utilizing mini_snmpd. I'm using Barrier Breaker RC3. I have a TP-Link TL-WR841N v9. and my mini_snmpd confige is as follows.
config mini_snmpd
option enabled 1
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'
I've tried changing 'wan' to 'eth1' as well with no luck. I am successfully tracking the br-lan and lo (as well as load, cpu usage).
I apologize, setting 'wan' to 'eth1' results in functioning statistics, I must have failed a service reset or been impatient. Please close this ticket. Sorry to waste time.