Hi all,
I'm trying to build a discovery rule in a template to check the status and the bandwidth of networks interfaces of a VMWare ESX 6.5, i'm working on zabbix 3.0.3.
I made my discovery rule with this OID :
It works pretty well.
This OID returns all the netwoks intefaces of my ESX (about 30 entry), but i only want a few of them, like
Is it possible to do that ?
Thank you.
I'm trying to build a discovery rule in a template to check the status and the bandwidth of networks interfaces of a VMWare ESX 6.5, i'm working on zabbix 3.0.3.
I made my discovery rule with this OID :
Code:
discovery[{#IFNAME},IF-MIB::ifName]
This OID returns all the netwoks intefaces of my ESX (about 30 entry), but i only want a few of them, like
Code:
from IF-MIB::ifName.0 to IF-MIB::ifName.8
Thank you.
Comment