博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
zabbix监控A主机到B主机的网络质量
阅读量:5219 次
发布时间:2019-06-14

本文共 1355 字,大约阅读时间需要 4 分钟。

采用zabbix自带的icmp ping即可进行监控:

1、安装fping

2、将fping安装后链接到/usr/sbin/fping下,设置组为zabbix;

3、增加监控项:icmpping[ipaddress]

 

 

Key
  Description Return value Parameters Comments
 
icmpping[<target>,<packets>,<interval>,<size>,<timeout>]
  Host accessibility by ICMP ping. 0 - ICMP ping fails
1 - ICMP pingsuccessful
target - host IP or DNS name
packets - number of packets
interval - time between successive packets in milliseconds
size - packet size in bytes
timeout - timeout in milliseconds
Example:
⇒ icmpping[,4] → if at least one packet of the four is returned, the item will return 1.
See also: table of .
 
icmppingloss[<target>,<packets>,<interval>,<size>,<timeout>]
  Percentage of lost packets. Float. target - host IP or DNS name
packets - number of packets
interval - time between successive packets in milliseconds
size - packet size in bytes
timeout - timeout in milliseconds
See also: table of .
 
icmppingsec[<target>,<packets>,<interval>,<size>,<timeout>,<mode>]
  ICMP ping response time (in seconds). Float. target - host IP or DNS name
packets - number of packets
interval - time between successive packets in milliseconds
size - packet size in bytes
timeout - timeout in milliseconds
mode - one of min, max, avg (default)
If host is not available (timeout reached), the item will return 0.
See also: table of .

转载于:https://www.cnblogs.com/bluecarrife/p/7149618.html

你可能感兴趣的文章
MS CRM 2011 创建基于Fetch的报表 -- 进阶版
查看>>
zabbix 监控zookeeper
查看>>
trace与代码跟踪服务
查看>>
Fire!
查看>>
洛谷P2777
查看>>
Ajax
查看>>
PHPStorm2017设置字体与设置浏览器访问
查看>>
一个简易的服务框架lsf
查看>>
shell之批量新增用户脚本(http-basic-auth)
查看>>
springBoot于tomcat7搭建websocket服务
查看>>
android开发学习笔记:圆角的Button
查看>>
Activity简介
查看>>
jqGrid树
查看>>
循环-12. 打印九九口诀表(15)
查看>>
oracle树状索引详解(图摘取《收获不止oracle》)
查看>>
Android Studio 设置代码提示和代码自动补全快捷键--Eclipse 风格 - 转
查看>>
ORACLE基本操作备忘
查看>>
[SDOI2010]星际竞速
查看>>
Maven学习:项目之间的关系
查看>>
SQL查询总结 - wanglei
查看>>