Hello everybody !
After some hours of research I think I would need some help ^^"
Some of my monitored servers (with Zabbix agent) have several interfaces.
All of those with Unix based OS work fine :
- pfsense
net.if.in[hn0]
net.if.in[hn1]
net.if.in[hn2]
- Linux (mainly Ubuntu server)
net.if.in[eth0]
net.if.in[eth1]
The problem is about Windows based OS, I renamed my interfaces LAN1,LAN2 (originaly Ethernet, Ethernet 2).
Zabbix doesn't permit net.if.in[LAN1], it absolutely wants something like net.if.in[Realtek PCIe GBE Family Controller]
I tried with discvovery rules but I get 2X NIC (physical NIC, VPN, hyper-v virtual switch).
Perf counter also wants Realtek PCIe GBE Family Controller.
After some hours of research I think I would need some help ^^"
Some of my monitored servers (with Zabbix agent) have several interfaces.
All of those with Unix based OS work fine :
- pfsense
net.if.in[hn0]
net.if.in[hn1]
net.if.in[hn2]
- Linux (mainly Ubuntu server)
net.if.in[eth0]
net.if.in[eth1]
The problem is about Windows based OS, I renamed my interfaces LAN1,LAN2 (originaly Ethernet, Ethernet 2).
Zabbix doesn't permit net.if.in[LAN1], it absolutely wants something like net.if.in[Realtek PCIe GBE Family Controller]
I tried with discvovery rules but I get 2X NIC (physical NIC, VPN, hyper-v virtual switch).
Perf counter also wants Realtek PCIe GBE Family Controller.
Comment