Hi guys,
i'm in trouble to view snmp trap from a mikrotik device: i'm able to collect the traps but i would like to see them as textual instead of oid form.
Basically for this two container:
zabbix-server-pgsql
zabbix-snmptraps
i put the mikrotik.mib file into the shared folder /usr/share/snmp/mibs/ and used the download-mibs tool on the host, to put the downloaded mibs as well.
In both container i have the following env variables
and the current result is similar to this:
I would like to see something more readable instead of ifIndex=2 i would like to see the intf name and for the status Down or UP.
How is this possible?
Thanks in advance
i'm in trouble to view snmp trap from a mikrotik device: i'm able to collect the traps but i would like to see them as textual instead of oid form.
Basically for this two container:
zabbix-server-pgsql
zabbix-snmptraps
i put the mikrotik.mib file into the shared folder /usr/share/snmp/mibs/ and used the download-mibs tool on the host, to put the downloaded mibs as well.
In both container i have the following env variables
Code:
MIBDIRS=/usr/share/snmp/mibs:/var/lib/zabbix/mibs MIBS=+ALL
Code:
drwxr-xr-x 4 root root 4.0K Nov 29 20:53 .. -rw-r--r-- 1 root root 87.3K Dec 21 12:25 mikrotik.mib drwxr-xr-x 2 root root 4.0K Dec 26 16:31 .
Code:
DISMAN-EVENT-MIB::sysUpTimeInstance = 15846381 SNMPv2-MIB::snmpTrapOID.0 = IF-MIB::linkDown SNMP-COMMUNITY-MIB::snmpTrapAddress = Wrong Type (should be IpAddress): "00 00 00 00 00 00 00 00 00 00 FF FF C0 A8 58 01 [..............X.]" IF-MIB::ifIndex.2 = 2 IF-MIB::ifAdminStatus.2 = 2 IF-MIB::ifOperStatus.2 = 2
How is this possible?
Thanks in advance
Comment