Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-4387

net.tcp.service[http] fails if Apache not listening on ALL IP's

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Won't fix
    • Icon: Major Major
    • None
    • 1.8.7
    • Server (S)
    • CentOS 5 - 64bit

      If Apache is moved from listening on ALL IP's to just the servers main IP - then this items fails :
      net.tcp.service[http]

      I have to change it to this to work :
      net.tcp.service[http,10.0.0.10,80]

      E.g. This works
      $ netstat -npl
      Active Internet connections (only servers)
      Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
      tcp 0 0 0.0.0:80 0.0.0.0:* LISTEN 22247/httpd

      This fails :
      $ netstat -npl
      Active Internet connections (only servers)
      Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
      tcp 0 0 10.0.0.10:80 0.0.0.0:* LISTEN 22247/httpd

            Unassigned Unassigned
            andyg Andy Goldschmidt
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: