We are using Zabbix 4.2.8 to monitor our Huawei CE8860EI switch.
in zabbix we created two trigger with severity Disaster for this switch, one is for BGP state idle, the other one is for bgp state abnormal

expression: for bgp state idle peering with 10.27.0.1, severity is disaster
expression :
problem: {BJ-YZ-2FM1-IDC-D02:state.if[1.3.6.1.4.1.2011.5.25.177.1.1.2.1.5.0.1.1.1.4.10.2 7.0.1].last()}<>6
for bgp state abnormal peering with 10.27.0.1, severity is disaster
expression:
recovery: {BJ-YZ-2FM1-IDC-D02:state.if[1.3.6.1.4.1.2011.5.25.177.1.1.2.1.5.0.1.1.1.4.10.2 7.0.1].last()}=6
for bgp state back to normal peering with 10.27.0.1
Action has been configured, it was supposed to be executed with the following condition:
1. a disaster is triggered
2. switch is in a specific group
Now we found that the action will be excuted when bgp state idle. SMS/phone ringing, etc.
but in the same switch, bgp state abnormal will not call action, it only display a problem in the problem dashboard. A weird thing is that the problem is triggered with desired severity Disaster, but it displays different severity other than Disaster in details page.
I've checked role/permission, action log (no action), alert media, etc. and I could not find any thing useful... Could you please help me out?
in zabbix we created two trigger with severity Disaster for this switch, one is for BGP state idle, the other one is for bgp state abnormal
expression: for bgp state idle peering with 10.27.0.1, severity is disaster
expression :
problem: {BJ-YZ-2FM1-IDC-D02:state.if[1.3.6.1.4.1.2011.5.25.177.1.1.2.1.5.0.1.1.1.4.10.2 7.0.1].last()}<>6
for bgp state abnormal peering with 10.27.0.1, severity is disaster
expression:
recovery: {BJ-YZ-2FM1-IDC-D02:state.if[1.3.6.1.4.1.2011.5.25.177.1.1.2.1.5.0.1.1.1.4.10.2 7.0.1].last()}=6
for bgp state back to normal peering with 10.27.0.1
Action has been configured, it was supposed to be executed with the following condition:
1. a disaster is triggered
2. switch is in a specific group
Now we found that the action will be excuted when bgp state idle. SMS/phone ringing, etc.
but in the same switch, bgp state abnormal will not call action, it only display a problem in the problem dashboard. A weird thing is that the problem is triggered with desired severity Disaster, but it displays different severity other than Disaster in details page.
I've checked role/permission, action log (no action), alert media, etc. and I could not find any thing useful... Could you please help me out?
Comment