I'm trying to monitor routers (Mikrotik) trough SNMP, but the data I get back is choppy:

This one actually has a LOT of data on it, some if them are just an occasional dot every hour or 5. The connection works, every time I manually use
or
trough linux terminal, I get data back. sometimes it takes half a second though, is there a way to increase wait time or something like that?
Another problem is that I get 'There is no such variable in MIB' error, even though it clearly succesfully got data from the very variable 20 minutes ago

As you can see, the 'latest value' is present, and if I click on 'Graph' I get some values, but they're choppy like in the first picture.
The update interval is set to 60 seconds, is that too frequent?
This only happens with Mikrotik routers though, I can get data from HP and D-Link switchec trough SNMP just fine and graphs are constant.
Is there something I can do on Zabbix side, or should I consult Mikrotik forums?
Thanks
This one actually has a LOT of data on it, some if them are just an occasional dot every hour or 5. The connection works, every time I manually use
Code:
snmpget
Code:
snmpwalk
Another problem is that I get 'There is no such variable in MIB' error, even though it clearly succesfully got data from the very variable 20 minutes ago
As you can see, the 'latest value' is present, and if I click on 'Graph' I get some values, but they're choppy like in the first picture.
The update interval is set to 60 seconds, is that too frequent?
This only happens with Mikrotik routers though, I can get data from HP and D-Link switchec trough SNMP just fine and graphs are constant.
Is there something I can do on Zabbix side, or should I consult Mikrotik forums?
Thanks
Comment