Hi, dear Zabbix team,
I use Zabbix 1.6.1 on linux, and the item net.tcp.listen is not supported. Could you please implement it? There are a good method to check if the port is open (also useful if the IP is omitted):
Read /proc/net/tcp[6], where all listening ports can be read from. This is the way how netstat works, so it should be relatively painless.
I use Zabbix 1.6.1 on linux, and the item net.tcp.listen is not supported. Could you please implement it? There are a good method to check if the port is open (also useful if the IP is omitted):
Read /proc/net/tcp[6], where all listening ports can be read from. This is the way how netstat works, so it should be relatively painless.