Hello, I'm new to fantastic tool Zabbix.
I am trying to make a template for Mikrotik RouterOS devices, but I have a problem with wireless registrations discovery rule. Example is better than 1000 words.
The OID format for wireless client is:
mtxrWlRtabEntry.(item value).(mac address of client in DEC).(index of AP)
for example: mtxrWlRtabEntry.3.0.21.109.194.10.103.16
where the first 3 is for signal strenth,
0.21.109.194.10.103 represents MAC 00 15 6D C2 0A 67
and 16 is index od AP whichc can be discovered by another rule
Is possible to make discovery rule for that case? Two parameters are dynamic and the last one is discovered by another rule.
Thanks in advance
I am trying to make a template for Mikrotik RouterOS devices, but I have a problem with wireless registrations discovery rule. Example is better than 1000 words.
The OID format for wireless client is:
mtxrWlRtabEntry.(item value).(mac address of client in DEC).(index of AP)
for example: mtxrWlRtabEntry.3.0.21.109.194.10.103.16
where the first 3 is for signal strenth,
0.21.109.194.10.103 represents MAC 00 15 6D C2 0A 67
and 16 is index od AP whichc can be discovered by another rule
Is possible to make discovery rule for that case? Two parameters are dynamic and the last one is discovered by another rule.
Thanks in advance
Comment