[ZBXNEXT-5729] New item for network interface discovery and data collection on Windows should be created Created: 2020 Jan 29  Updated: 2022 Jul 22  Resolved: 2022 Jul 22

Status: Closed
Project: ZABBIX FEATURE REQUESTS
Component/s: Agent (G)
Affects Version/s: 4.4.5
Fix Version/s: None

Type: New Feature Request Priority: Trivial
Reporter: Andrejs Kozlovs Assignee: Zabbix Development Team
Resolution: Duplicate Votes: 1
Labels: lld
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: Text File ZBXNEXT-5729_diff.txt    
Issue Links:
Sub-task
depends on ZBX-16803 LLD rule couldn't create items in tem... Closed

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


 Comments   
Comment by Alexander Vladishev [ 2022 Jul 22 ]

Closed as duplicate of ZBX-19686 and ZBX-16803.

Generated at Sat Apr 05 13:02:35 EEST 2025 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.