sharesdk

zabbix 添加端口监控 连接数:

zabbix  配置  添加 监控项:

 

其他检测 方式也是

 

示例:

zabbix 客户端配置文件添加:

编辑 zabbix_agentd.conf  添加  端口监控  

UserParameter=80port,netstat -aon | find "127.0.0.1:80" /c
# 80port 就是配置上面键值 UserParameter
=443port,netstat -aon | find "172.16.2.17:443" /c

然后添加 图像。选择。

注:

在添加项目 配置键值  就是在 客户端配置的 UserParameter=net.tcp.listen[80]  

分类:

技术点:

相关文章:

  • 2022-01-06
  • 2021-10-04
  • 2021-09-27
  • 2021-09-27
  • 2021-12-10
  • 2020-05-08
  • 2021-10-27
  • 2021-06-06
猜你喜欢
  • 2021-11-08
  • 2021-12-10
  • 2021-09-27
  • 2021-10-12
  • 2021-05-07
  • 2021-08-15
相关资源
相似解决方案