Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-6501

Add possibility for remote check UDP services and ports

XMLWordPrintable

      We want to have a possibility to use simple checks for checking UDP port availability 

      with items like

      net.udp.service[udp,<ip>,port]

      It is very important in case of Video Services monitoring

      Now, the only ntp service available

      Also, we want to check packets loss for checking UDP traffic to remote host

      Now, we're able to use nping for that, for example
       

      nping --udp -c 2  -p 5001 <ip>
      
      Starting Nping 0.7.40 ( https://nmap.org/nping ) at 2020-08-31 22:41 PDT 
      SENT (0.0977s) UDP <ip>:53 > 172.31.0.25:5001 ttl=64 id=48591 iplen=28 
      SENT (1.0981s) UDP <ip>:53 > 172.31.0.25:5001 ttl=64 id=48591 iplen=28 
      RCVD (1.3151s) UDP <ip>:5001 > 172.31.0.69:53 ttl=64 id=42729 iplen=1498   
      Max rtt: 216.701ms | Min rtt: 216.701ms | Avg rtt: 216.701ms Raw packets sent: 2 (56B) | Rcvd: 1 (1.498KB) |
      Lost: 1 (50.00%) Nping done: 1 IP address pinged in 1.40 seconds

      Please, add native support for those checks to simple checks and agent checks

       

            zabbix.dev Zabbix Development Team
            igorbach Igor Gorbach
            Votes:
            4 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: