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

New item for network interface discovery and data collection on Windows should be created

    XMLWordPrintable

Details

    • New Feature Request
    • Status: Closed
    • Trivial
    • Resolution: Duplicate
    • 4.4.5
    • None
    • Agent (G)

    Description

      New item net.if.get should be created for Network Interface LLD on Windows. Original problem is described in ZBX-16803

      To avoid modification of net.if.discovery item, it is proposed to create new key, as in the case of odbc, vfs.fs and ipmi, which will be able to collect more information comparing with usual discovery.

      Example of net.if.get key output parameters with 1 element:

      [{
      	"ifname": "Broadcom OneConnect 650FLB, Ethernet NDIS Miniport Driver",
      	"luid_index": "32771",
      	"alias": "vm-lan",
      	"oper_status": "2",
      	"speed": "2000000000",
      	"if_type":"6",
      	"bytes": {
      		"in": "100",
      		"out": "200",
      		"total": "300"
      	},
      	"packets": {
      		"in": "1",
      		"out": "2",
      		"total": "3"
      	},
      	"errors": {
      		"in": "1",
      		"out": "2",
      		"total": "3"
      	},
      	"dropped": {
      		"in": "1",
      		"out": "2",
      		"total": "3"
      	}
      }]
      

      Attachments

        Issue Links

          Activity

            People

              zabbix.dev Zabbix Development Team
              ak Andrejs Kozlovs
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: