一、某台主机突然某一天频繁告警zabbix agent不可达

查看zabbix agent日志没有发现异常

二、查看zabbix server日志发现这台主机的日志有大量报错信息"first network error"以及"another network error"

[root@zabbix_server etc]# cat /tmp/zabbix_server.log|grep 172.28.5.63|more

 ::094413.077 Zabbix agent item "perf_counter[\2\250]" on host "172.28.5.63" failed: another network error, wait fo
r seconds
::094428.098 resuming Zabbix agent checks on host "172.28.5.63": connection restored
::094446.128 Zabbix agent item "net.if.in[Microsoft ISATAP Adapter #2]" on host "172.28.5.63" failed: first networ
k error, wait for seconds
::094504.088 Zabbix agent item "net.if.out[WAN Miniport (Network Monitor)-QoS Packet Scheduler-0000]" on host "
.28.5." failed: another network error, wait for 15 seconds
::094519.094 resuming Zabbix agent checks on host "172.28.5.63": connection restored
::094536.258 Zabbix agent item "net.if.in[Broadcom NetXtreme Gigabit Ethernet #4]" on host "172.28.5.63" failed: f
irst network error, wait for seconds
::094551.117 resuming Zabbix agent checks on host "172.28.5.63": connection restored
::094600.102 Zabbix agent item "net.if.out[Broadcom NetXtreme Gigabit Ethernet-WFP LightWeight Filter-0000]" on ho
st "172.28.5.63" failed: first network error, wait for seconds
::094615.127 resuming Zabbix agent checks on host "172.28.5.63": connection restored
::094623.818 Zabbix agent item "net.if.in[Broadcom NetXtreme Gigabit Ethernet #4-QoS Packet Scheduler-0000]" on ho
st "172.28.5.63" failed: first network error, wait for seconds
::094641.112 Zabbix agent item "net.if.in[WAN Miniport (SSTP)]" on host "172.28.5.63" failed: another network erro
r, wait for seconds
::094657.134 resuming Zabbix agent checks on host "172.28.5.63": connection restored
::094702.464 Zabbix agent item "vfs.fs.size[D:,free]" on host "172.28.5.63" failed: first network error, wait for
seconds
::094720.139 resuming Zabbix agent checks on host "172.28.5.63": connection restored
::094723.709 Zabbix agent item "vm.memory.size[pavailable]" on host "172.28.5.63" failed: first network error, wai
t for seconds
::094738.149 resuming Zabbix agent checks on host "172.28.5.63": connection restored
::094802.499 Zabbix agent item "net.if.out[Broadcom NetXtreme Gigabit Ethernet #3]" on host "172.28.5.63" failed:
first network error, wait for seconds
::094818.149 resuming Zabbix agent checks on host "172.28.5.63": connection restored
::094825.129 Zabbix agent item "net.if.in[Broadcom NetXtreme Gigabit Ethernet #3-QoS Packet Scheduler-0000]" on ho
st "172.28.5.63" failed: first network error, wait for seconds
::094859.175 resuming Zabbix agent checks on host "172.28.5.63": connection restored
::094903.413 Zabbix agent item "vfs.fs.size[E:,free]" on host "172.28.5.63" failed: first network error, wait for
seconds

三、查看主机TCP连接,发现存在大量的TIME_WAIT连接

四、 百度一下,具体是因为如下原因

从系统启动,Windows Vista 中、 在 Windows 7 中,Windows Server 2008 中和在 Windows Server 2008 R2 中的 497 天后未关闭 TIME_WAIT 状态的所有 TCP/IP 端口

意思是说,系统启动的497天以后,所有在"TIME_WAIT"状态的TCP链接都不会被关闭。TCP端口逐渐被占用完,不能创建新的TCP/IP连接

五、登录主机查看系统运行时长

正好的前天凌晨出现的频繁告警

六、解决方案

1、重启服务器,但是运行497天后,问题还会出现

2、下载微软补丁

微软官网公告地址

https://support.microsoft.com/zh-cn/help/2553549/all-the-tcp-ip-ports-that-are-in-a-time-wait-status-are-not-closed-aft

现在已经不能下载补丁包了,可以使用window update来更新补丁

最新文章

  1. MySQL数据库之------DOS命令行的基本操作
  2. PHPCMS 标签与示例
  3. Ubuntu 改变workspace布局
  4. AD按键-矩阵按键:
  5. Linux 引导过程内幕
  6. org.hibernate.LazyInitializationException
  7. 【PHP ThinkPHP框架】小bug汇总[更新]
  8. 力控ADO组件数据源设置
  9. hdoj 1269 迷宫城堡(强连通分量)
  10. amazeui 后台模板
  11. opencv-python下简单KNN分类识别
  12. 设计模式C++学习笔记之十五(Composite组合模式)
  13. shell切分字符串到数组
  14. .NET 使用 RabbitMQ 图文简介
  15. windows下的pycharm配置 linux环境
  16. (原)在firefly_rk3288开发板上解决openGL在设置32位色深以后出现花屏的问题
  17. java的序列化流和打印流
  18. PHP 压缩图片质量
  19. Mysql 图形工具 Navicat
  20. hadoop踩坑:localhost:50070 无法访问 关闭防火墙

热门文章

  1. AES加密解密 加密解密使用
  2. ImportError: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory
  3. 【并行计算-CUDA开发】关于共享内存(shared memory)和存储体(bank)的事实和疑惑
  4. PHP学习(7)——面向对象(上)
  5. freeRTOS学习一
  6. 零零散散的python笔记 2
  7. 菜鸟系列Fabric——Fabric 私密数据(6)
  8. [bzoj1135][Ceoi2011]Match_线段树
  9. PTA (Advanced Level)1035.Password
  10. SQLite基础-3.语法与数据类型