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" } }]
- depends on
-
ZBX-16803 LLD rule couldn't create items in template "Template OS Windows by Zabbix agent"
- Closed