Ad Widget

Collapse

net.udp.listen

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • snaki4
    Junior Member
    • Dec 2016
    • 6

    #1

    net.udp.listen

    Good morning,

    I'm trying to monitor some udp ports with net.udp.listen and I'm getting strange error

    Zabbix 3.2 installed from zabbix repo (ubuntu 16.04)

    zabbix-server# zabbix_get -s X.X.X.X -p 10050 -k net.udp.listen[5060]
    1

    web reports (and zabbix_server.log) that this key is unsupported : "Unsupported item key"

    zabbix-server# dpkg --list | grep zabb
    ii zabbix-agent 1:3.2.2-1+xenial amd64 Zabbix network monitoring solution - agent
    ii zabbix-frontend-php 1:3.2.2-1+xenial all Zabbix network monitoring solution - PHP front-end
    ii zabbix-get 1:3.2.2-1+xenial amd64 Zabbix network monitoring solution - get
    ii zabbix-release 3.2-1+xenial all Zabbix official repository configuration
    ii zabbix-server-mysql 1:3.2.2-1+xenial amd64 Zabbix network monitoring solution - server (MySQL)

    zabbix-client# dpkg --list | grep zabb
    ii zabbix-agent 1:3.2.2-1+xenial amd64 Zabbix network monitoring solution - agent
    ii zabbix-release 3.2-1+xenial all Zabbix official repository configuration

    Can somebody help?

    Thank you!
  • snaki4
    Junior Member
    • Dec 2016
    • 6

    #2
    anything? anyone know solution?

    Comment

    • diggerzz
      Junior Member
      • Aug 2015
      • 9

      #3
      Originally posted by snaki4
      anything? anyone know solution?
      I would like to know a cause of this issue too.

      I ran into the similar problem on Zabbix 3.2.1/CentOS 7+agent 3.2.1/Windows2012 recently.
      Last edited by diggerzz; 15-01-2017, 11:25.

      Comment

      • snaki4
        Junior Member
        • Dec 2016
        • 6

        #4
        Solution were easy for me, I did use "Simple check" (because of clone ).

        It starts to work when I changed probe type to "Zabbix agent"

        Comment

        • diggerzz
          Junior Member
          • Aug 2015
          • 9

          #5
          Originally posted by snaki4
          Solution were easy for me, I did use "Simple check" (because of clone ).

          It starts to work when I changed probe type to "Zabbix agent"
          I tried using "Zabbix agent" and "Zabbix agent (active)".
          An item got "Unsupported item key" state anyway.

          I'm going to try deteting and recreating the item tomorrow.

          Comment

          • diggerzz
            Junior Member
            • Aug 2015
            • 9

            #6
            Originally posted by diggerzz
            I tried using "Zabbix agent" and "Zabbix agent (active)".
            An item got "Unsupported item key" state anyway.

            I'm going to try deteting and recreating the item tomorrow.
            I've removed the item from a template and created it directly on a host.
            Nothing changed.

            rpm -qa | grep zabbix
            zabbix-web-pgsql-3.2.1-1.el7.noarch
            zabbix-get-3.2.3-1.el7.x86_64
            zabbix-web-3.2.1-1.el7.noarch
            zabbix-server-pgsql-3.2.1-1.el7.x86_64
            zabbix-agent-3.2.3-1.el7.x86_64
            zabbix-sender-3.2.3-1.el7.x86_64
            zabbix-release-3.2-1.el7.noarch


            zabbix_get -s 192.168.101.111 -k system.uname - Windows SRVF01DC 6.2.9200 Microsoft Windows Server 2012 Standard x64
            zabbix_get -s 192.168.101.111 -k agent.version - 3.2.0
            zabbix_get -s 192.168.101.111 -k net.udp.listen[53] - ZBX_NOTSUPPORTED: Unsupported item key

            However, if I create net.udp.listen item on my zabbix server host, it works well:
            zabbix_get -s srvzbx -k net.udp.listen[53] - 0


            Does Zabbix agent support net.udp.listen key on windows hosts?
            Last edited by diggerzz; 16-01-2017, 10:05.

            Comment

            • SBO
              Zabbix Certified Specialist
              Zabbix Certified Specialist
              • Sep 2015
              • 226

              #7
              net.udp.listen is working only on *nix systems for the moment

              Check the matrix : https://www.zabbix.com/documentation...ed_by_platform

              Comment

              • diggerzz
                Junior Member
                • Aug 2015
                • 9

                #8
                Originally posted by SBO
                net.udp.listen is working only on *nix systems for the moment

                Check the matrix : https://www.zabbix.com/documentation...ed_by_platform
                Thank you.
                I completely forgot about the useful table.

                Comment

                Working...