This template is for Zabbix version: 5.4
Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/module/00icmp_ping?at=release/5.4
ICMP Ping
Overview
For Zabbix version: 5.4 and higher
Setup
Refer to the vendor documentation.
Zabbix configuration
No specific Zabbix configuration is required.
Macros used
| Name |
Description |
Default |
| {$ICMP_LOSS_WARN} |
- |
20 |
| {$ICMP_RESPONSE_TIME_WARN} |
- |
0.15 |
Template links
There are no template links in this template.
Discovery rules
Items collected
| Group |
Name |
Description |
Type |
Key and additional info |
| Status |
ICMP ping |
- |
SIMPLE |
icmpping |
| Status |
ICMP loss |
- |
SIMPLE |
icmppingloss |
| Status |
ICMP response time |
- |
SIMPLE |
icmppingsec |
Triggers
| Name |
Description |
Expression |
Severity |
Dependencies and additional info |
| Unavailable by ICMP ping |
Last three attempts returned timeout. Please check device connectivity. |
max(/ICMP Ping/icmpping,#3)=0 |
HIGH |
|
| High ICMP ping loss |
- |
min(/ICMP Ping/icmppingloss,5m)>{$ICMP_LOSS_WARN} and min(/ICMP Ping/icmppingloss,5m)<100 |
WARNING |
Depends on: - Unavailable by ICMP ping |
| High ICMP ping response time |
- |
avg(/ICMP Ping/icmppingsec,5m)>{$ICMP_RESPONSE_TIME_WARN} |
WARNING |
Depends on: - High ICMP ping loss - Unavailable by ICMP ping |
Feedback
Please report any issues with the template at https://support.zabbix.com
This template is for Zabbix version: 5.0
Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/module/00icmp_ping?at=release/5.0
Template Module ICMP Ping
Overview
For Zabbix version: 5.0 and higher
Setup
Refer to the vendor documentation.
Zabbix configuration
No specific Zabbix configuration is required.
Macros used
| Name |
Description |
Default |
| {$ICMP_LOSS_WARN} |
- |
20 |
| {$ICMP_RESPONSE_TIME_WARN} |
- |
0.15 |
Template links
There are no template links in this template.
Discovery rules
Items collected
| Group |
Name |
Description |
Type |
Key and additional info |
| Status |
ICMP ping |
- |
SIMPLE |
icmpping |
| Status |
ICMP loss |
- |
SIMPLE |
icmppingloss |
| Status |
ICMP response time |
- |
SIMPLE |
icmppingsec |
Triggers
| Name |
Description |
Expression |
Severity |
Dependencies and additional info |
| Unavailable by ICMP ping |
Last three attempts returned timeout. Please check device connectivity. |
{TEMPLATE_NAME:icmpping.max(#3)}=0 |
HIGH |
|
| High ICMP ping loss |
- |
{TEMPLATE_NAME:icmppingloss.min(5m)}>{$ICMP_LOSS_WARN} and {TEMPLATE_NAME:icmppingloss.min(5m)}<100 |
WARNING |
Depends on: - Unavailable by ICMP ping |
| High ICMP ping response time |
- |
{TEMPLATE_NAME:icmppingsec.avg(5m)}>{$ICMP_RESPONSE_TIME_WARN} |
WARNING |
Depends on: - High ICMP ping loss - Unavailable by ICMP ping |
Feedback
Please report any issues with the template at https://support.zabbix.com