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

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

      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"
      	}
      }]
      

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

              Created:
              Updated:
              Resolved: