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

XMLWordPrintable

    • Type: New Feature Request
    • Resolution: Duplicate
    • Priority: Trivial
    • None
    • Affects Version/s: 4.4.5
    • Component/s: 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"
      	}
      }]
      

            Assignee:
            Zabbix Development Team
            Reporter:
            Andrejs Kozlovs
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: