hi ya all, excuse my english i'm new here,
I'm monitoring a mikrotik router with zabbix and my goal is to have a dashboard where interface states are displayed. I'm using the MikroTik RB1100AHx4 model via SNMP.
In the 'operational status' element prototype, the key uses the index of the interface to display the status, I first noticed a dynamic change in the indexes of the virtual interface sstp and The index changes periodically and never returns to its initial value. whereas normally, the key uses a stable element of the host to monitor to reduce the impact of dynamic changes on the dashboard. so I used the #IFNAME macro in the key (in reference to the interface name), which is much more stable than the index.
the problem is, on the Mikrotik router, a numeric suffix (-1) is often added to the name of virtual interfaces (sstp), and this change lasts from a few minutes to several hours before the interface reverts to its original name. however, when this happens over a period of time, the interface status shows “no data” even though the interface is still UP and only the name has changed.
I've increased the delay for deactivating and deleting lost resources, so that even if the name changes, zabbix doesn't deactivate or delete the interface on the dashboard for the time equivalent to the delay, in order to take into account the return to the original name, but even with this, the problem persists. So when the name changes, the interface is discovered, but on the dashboard it says “no data” even though the interface is UP.
how can I solve this problem if you can help, thx
I'm monitoring a mikrotik router with zabbix and my goal is to have a dashboard where interface states are displayed. I'm using the MikroTik RB1100AHx4 model via SNMP.
In the 'operational status' element prototype, the key uses the index of the interface to display the status, I first noticed a dynamic change in the indexes of the virtual interface sstp and The index changes periodically and never returns to its initial value. whereas normally, the key uses a stable element of the host to monitor to reduce the impact of dynamic changes on the dashboard. so I used the #IFNAME macro in the key (in reference to the interface name), which is much more stable than the index.
the problem is, on the Mikrotik router, a numeric suffix (-1) is often added to the name of virtual interfaces (sstp), and this change lasts from a few minutes to several hours before the interface reverts to its original name. however, when this happens over a period of time, the interface status shows “no data” even though the interface is still UP and only the name has changed.
I've increased the delay for deactivating and deleting lost resources, so that even if the name changes, zabbix doesn't deactivate or delete the interface on the dashboard for the time equivalent to the delay, in order to take into account the return to the original name, but even with this, the problem persists. So when the name changes, the interface is discovered, but on the dashboard it says “no data” even though the interface is UP.
how can I solve this problem if you can help, thx



Comment