Hi I have zabbix-1.8.7
I'm looking for how to monitor network interfaces in a generic way so as not to be carrying the name of the interface net.if.in [NameInterface, bytes] for each particular host
In windows I found (in the forum) I can use the macro "{IPADDRESS}" with:
Key = net.if.in [{IPADDRESS}, bytes] or zabbix_get sNomnreHost-p10050-Key = net.if.in [192.168.5.5, bytes] and runs smoothly.
Linux host but have not found a way. Having to carry multiple items for each ethX, have diplicaods the trigger and graphics, is very tedious ..
Any way to recover the incoming traffic interfaces generic way?
Thank you,
Sorry for using a translator
I'm looking for how to monitor network interfaces in a generic way so as not to be carrying the name of the interface net.if.in [NameInterface, bytes] for each particular host
In windows I found (in the forum) I can use the macro "{IPADDRESS}" with:
Key = net.if.in [{IPADDRESS}, bytes] or zabbix_get sNomnreHost-p10050-Key = net.if.in [192.168.5.5, bytes] and runs smoothly.
Linux host but have not found a way. Having to carry multiple items for each ethX, have diplicaods the trigger and graphics, is very tedious ..
Any way to recover the incoming traffic interfaces generic way?
Thank you,
Sorry for using a translator

Comment