Ad Widget

Collapse

Parameter [net.tcp.listen[80]] is not supported by agent on host

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • whowar
    Junior Member
    • Dec 2007
    • 1

    #1

    Parameter [net.tcp.listen[80]] is not supported by agent on host

    Hi there,

    I'm using the version of Zabbix (1.1.4) provided with Debian (4.0) and the aim is to stick with the Debian stable packages so upgrading is not really an option here.

    Anyway I installed Zabbix and added a host with the Unix_t template.

    Mostly everything works, except for this item :

    17225 Unix_t:WEB server is running net.tcp.listen[80]

    Which has the status "not supported". When checking the log file I see this error :

    Parameter [net.tcp.listen[80]] is not supported by agent on host

    And when testing from the command line I get this :

    /usr/sbin/zabbix_agentd -t net.tcp.listen[80]
    net.tcp.listen[80] [m|ZBX_NOTSUPPORTED]

    So I reckon I must be missing a dependency or maybe a compile time option was not implemented by the Debian build team.

    Can someone help me understand why this check in not supported?

    Thanks,


    Warren.
  • nepto
    Junior Member
    • Sep 2007
    • 12

    #2
    What's wrong that this question was not answered for over two years?

    Comment

    • danrog
      Senior Member
      • Sep 2009
      • 164

      #3
      According to the documentation this item does not work in Linux.
      Try
      Code:
      net.tcp.port[,80]

      Comment

      • nepto
        Junior Member
        • Sep 2007
        • 12

        #4
        Thank you, this works pretty well!

        If you can me tell what is the difference between these two:

        Code:
        net.tcp.service[http]
        Code:
        net.tcp.port[,80]
        I do not know which of those I should use. I'm currently using both of them for monitoring nginx webserver.

        I'll much appreciate that, thanks.

        Comment

        Working...