TCP

The Transmission Control Protocol is one of the main protocols of the Internet protocol suite. It originated in the initial network implementation in which it complemented the Internet Protocol. Therefore, the entire suite is commonly referred to as TCP/IP.

Available solutions


Zabbix community templates

1 Contributed to the zabbix/community-templates repository
community-templates / template_tcp_udp_windows_connections

Starting from the template that they published in:https://systembash.com/track-tcp-and-udp-connections-with-zabbix/I have modified the parameters for use in Windows. For it to work, add the following lines in UserParameter of zabbix_agent.confUserParameter=sockstat.sockets, netstat -ano | find /V "hola" /CUserParameter=sockstat.tcp.inuse, netstat -ano | findstr ESTABLISHEDUserParameter=sockstat.tcp.inuse.count, netstat -ano | find /C "ESTABLISHED"UserParameter=sockstat.tcp.orphan, netstat -ano | findstr CLOSE_WAITUserParameter=sockstat.tcp.orphan.count, netstat -ano | find /C "CLOSE_WAIT"UserParameter=sockstat.tcp.timewait, netstat -ano | findstr TIME_WAITUserParameter=sockstat.tcp.timewait.count, netstat -ano | find /C "TIME_WAIT"UserParameter=sockstat.tcp.allocated, netstat -ano | findstr LISTENINGUserParameter=sockstat.tcp.allocated.count, netstat -ano | find /C "LISTENING"UserParameter=sockstat.udp.inuse, netstat -ano | findstr UDPUserParameter=sockstat.udp.inuse.count, netstat -ano | find /C "UDP"Restart Zabbix agent

Zabbix 5.0+ Sancho
2022 4 y ago

Community repositories

3 Independent projects on GitHub
github.com/mutz0623/zabbix_TCP-state-count-module

zabbix loadable module for aggregating TCP sessions

Module c mutz0623
2020 6 y ago
12 52
github.com/tanrakukairo/zabbix_template_tcp_connections

TCP Connection Status

Script Bash tanrakukairo
2017 9 y ago
8 2
github.com/cuitxubin/Zabbix_Monitor_TCP

zabbix monitor for TCP on Linux

Script Bash cuitxubin
2021 5 y ago
7 7

See all Zabbix community templates

Articles and documentation

+ Propose new article

Не нашли то, что искали?