Hi,
I've made an external script to check routes to ours differents sites in Europe.
It allows us to check if the line is on the backup or not.
Sometimes I've got some wront notification maybe because the script does not respond too quick.
Is it possible to setup zabbix that a notification is send after two checks?
I mean:
First Check every 120s.
If OK, next check in 120s
If NOK, a second check is made to be sure there is an issue.
If NOK bis, send a notification.
The trigger is now like this:
{x.x.x.x:testRoute_result.sh[{$IP},{$HOPE},{$WAN}].str("NOK")}=1
The result is like:
The connection to xxx is NOK.
More Information
Trigger: Check Route + Result
Trigger status: NOK
Trigger severity: High
Value: NOK
traceroute to x.x.x.x (to x.x.x.x), 5 hops max, 40 byte packets using UDP
1 y.y.y.y 1.243 ms
2 z.z.z.z 2.565 ms
3 a.a.a.a 4.253 ms
4 b.b.b.b 19.964 ms
5 x.x.x.x 29.075 ms
I've made an external script to check routes to ours differents sites in Europe.
It allows us to check if the line is on the backup or not.
Sometimes I've got some wront notification maybe because the script does not respond too quick.
Is it possible to setup zabbix that a notification is send after two checks?
I mean:
First Check every 120s.
If OK, next check in 120s
If NOK, a second check is made to be sure there is an issue.
If NOK bis, send a notification.
The trigger is now like this:
{x.x.x.x:testRoute_result.sh[{$IP},{$HOPE},{$WAN}].str("NOK")}=1
The result is like:
The connection to xxx is NOK.
More Information
Trigger: Check Route + Result
Trigger status: NOK
Trigger severity: High
Value: NOK
traceroute to x.x.x.x (to x.x.x.x), 5 hops max, 40 byte packets using UDP
1 y.y.y.y 1.243 ms
2 z.z.z.z 2.565 ms
3 a.a.a.a 4.253 ms
4 b.b.b.b 19.964 ms
5 x.x.x.x 29.075 ms
Comment