Hi,
I'm trying to make a template for Windows hosts that really works with network items.
In Linux, network interfaces has the same name, no matter distro, language. Is always eth0, eth1...
In Windows, each host has a different name for interface (based on name of hardware NIC/driver) and different IP address.
So neither:
net.if.in[192.168.1.90,bytes]
or
perf_counter [ "\Network interface(AMD PCNET Family PCI Ethernet Adapter - Miniporta do agendador de pacotes)\Bytes Sent/s" ]
How can I create a template that works with network items on Windows, no matter the name of the interface or IP?
I'm trying to make a template for Windows hosts that really works with network items.
In Linux, network interfaces has the same name, no matter distro, language. Is always eth0, eth1...
In Windows, each host has a different name for interface (based on name of hardware NIC/driver) and different IP address.
So neither:
net.if.in[192.168.1.90,bytes]
or
perf_counter [ "\Network interface(AMD PCNET Family PCI Ethernet Adapter - Miniporta do agendador de pacotes)\Bytes Sent/s" ]
How can I create a template that works with network items on Windows, no matter the name of the interface or IP?

Comment