Hi,
I am using snmptt to handle with the traps and then monitoring with zabbix7.0.5, I can see traps are received by zabbix and I created some triggers and they are working as expected. Now the problem is that I want to get alert for every different individual trap (traps with same content just create 1 alert), as there are mass different traps ,to manually create trigger for each trap is not a good idea. I attend to do it with a single trigger with multipul model

For example, in trigger name, I use {{ITEM.VALUE}.regsub(".*".*"\s+(\d+\.\d+\.\d+\.\ d+)\s-\s*(.*)","\2")} to get the trap content . But we get two alerts for below two traps, is it possible to only get 1 alert if the trap content is the same, new alert only be triggered when trap content is different? Such link up traps are just for testing , real traps are different
I am using snmptt to handle with the traps and then monitoring with zabbix7.0.5, I can see traps are received by zabbix and I created some triggers and they are working as expected. Now the problem is that I want to get alert for every different individual trap (traps with same content just create 1 alert), as there are mass different traps ,to manually create trigger for each trap is not a good idea. I attend to do it with a single trigger with multipul model
For example, in trigger name, I use {{ITEM.VALUE}.regsub(".*".*"\s+(\d+\.\d+\.\d+\.\ d+)\s-\s*(.*)","\2")} to get the trap content . But we get two alerts for below two traps, is it possible to only get 1 alert if the trap content is the same, new alert only be triggered when trap content is different? Such link up traps are just for testing , real traps are different
my mistake..... I corrected the setting,but issue still there. The functionality will only allow correlation based on event tags of events generated by different triggers ? In my case, the events are triggered by the same trigger
Comment