Hi,
I've setup my zabbix server to receive traps.
All seems to work fine except one thing, I'm not able to show trap information in my triggers.
For example using the macros ITEM.LASTVALUE or ITEM.VALUE.
Let me show you my configuration, as an example I will use an interface down trap.
File: snmptt.ini
date_time_format = %H:%M:%S %Y/%m/%d
File: snmptt.conf
EVENT linkDown .1.3.6.1.6.3.1.1.5.3 "Status Events" Normal
FORMAT ZBXTRAP $aA $* Link down on interface
SDESC
Zabbix item configuration in file z1.jpeg.
Zabbix trigger configuration in file z2.jpeg.
Zabbix trigger display in file z3.jpeg.
Last value information in file z4.jpeg.
What i want to do it's to show all the information about the trigger in the dashboard when the trigger it's activated.
For example show this:
Normal "Status Events" XXXXXXXXXXXXX - 109 Loopback666 24 administratively down Link down on interface
It seems that the Last value of the item it's been parsed and it's selecting getting only the date.
Can you help me?
I've setup my zabbix server to receive traps.
All seems to work fine except one thing, I'm not able to show trap information in my triggers.
For example using the macros ITEM.LASTVALUE or ITEM.VALUE.
Let me show you my configuration, as an example I will use an interface down trap.
File: snmptt.ini
date_time_format = %H:%M:%S %Y/%m/%d
File: snmptt.conf
EVENT linkDown .1.3.6.1.6.3.1.1.5.3 "Status Events" Normal
FORMAT ZBXTRAP $aA $* Link down on interface
SDESC
Zabbix item configuration in file z1.jpeg.
Zabbix trigger configuration in file z2.jpeg.
Zabbix trigger display in file z3.jpeg.
Last value information in file z4.jpeg.
What i want to do it's to show all the information about the trigger in the dashboard when the trigger it's activated.
For example show this:
Normal "Status Events" XXXXXXXXXXXXX - 109 Loopback666 24 administratively down Link down on interface
It seems that the Last value of the item it's been parsed and it's selecting getting only the date.
Can you help me?
Comment