Hi!
I have a fresh installation of Zabbix 3.4.10.
I added some hosts and linked out-of-the-box "Template Module ICMP Ping" with added by myself a simple graph to visualize ICMP Ping response times.
Responses times are gathered without any issues but there is no trigger lunched when response times are above the limit.
Used configuration:
Macro
and "Template Module ICMP Ping":
and the expression looks like that:
Response times:

So there should be a warning but there is not.
Any help would a appreciate
Best regards.
I have a fresh installation of Zabbix 3.4.10.
I added some hosts and linked out-of-the-box "Template Module ICMP Ping" with added by myself a simple graph to visualize ICMP Ping response times.
Responses times are gathered without any issues but there is no trigger lunched when response times are above the limit.
Used configuration:
Macro
Code:
{$ICMP_RESPONSE_TIME_WARN}=30
Code:
High ICMP ping response time Depends on: Template Module ICMP Ping: High ICMP ping loss Template Module ICMP Ping: Unavailable by ICMP ping
Code:
{Template Module ICMP Ping:icmppingsec.avg(5m)}>{$ICMP_RESPONSE_TIME_WARN}
So there should be a warning but there is not.
Any help would a appreciate

Best regards.

Comment