Ad Widget

Collapse

net.tcp.listen on Linux

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mig-O
    Junior Member
    • Dec 2008
    • 1

    #1

    net.tcp.listen on Linux

    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.
Working...