Hello everyone,
I'm writing a template to monitor Mikrotik devices (Networking) with SNMP.
This is a unique template for 2 models (RB and CCR).
Everything works just fine, I'm getting many items values.
But sometimes, every single item on the RB goes to red with the following errors :
- Invalid SNMP response : error index out of bounds.
- SNMP error: (noSuchName) There is no such variable name in this MIB.
This seems to be related with enabling unsupported items (RB does not have PSU monitoring for example, but CCR does).
Is it a bug ? 1 single unknown MIB objects breaks everything ?
Is there a workarround ? I want to use 1 template for all, but maybe there is a way to automatically enable/disable items. I though of autodiscover but the problem might be the same ?
Thanks.
I'm writing a template to monitor Mikrotik devices (Networking) with SNMP.
This is a unique template for 2 models (RB and CCR).
Everything works just fine, I'm getting many items values.
But sometimes, every single item on the RB goes to red with the following errors :
- Invalid SNMP response : error index out of bounds.
- SNMP error: (noSuchName) There is no such variable name in this MIB.
This seems to be related with enabling unsupported items (RB does not have PSU monitoring for example, but CCR does).
Is it a bug ? 1 single unknown MIB objects breaks everything ?
Is there a workarround ? I want to use 1 template for all, but maybe there is a way to automatically enable/disable items. I though of autodiscover but the problem might be the same ?
Thanks.
Comment