监控端口的几个主要Keys: net.tcp.listen[port] Checks if this port is in LISTEN state. 0 - it is not, 1 - it is in LISTEN state. 监控TCP端口是否监听 net.tcp.port[<ip>,port] Check, if it is possible to make TCP connection to the port number. 0 - cannot connect, 1 - can…
https://www.zabbix.com/documentation/3.4/manual/appliance Configuration 1Hosts and host groups Overview: 1Typical Zabbix hosts are the devices you wish to monitor (servers, workstations, switches, etc). 2creating hosts is one of the first monitoring…