Hello,
I recently tried to create a template with snmp discovery.
To fine tune my template i need to use filter.
But it dosn't seem to work.
My zabbix version is 4.0.3.
My snmp OID rule I discover is :
My filter Rule is:
But nothing is created.
If I Disable the filter every Interface are created.
I tried to use #IFTYPE in replacement of #IFALIAS.
I surely miss something, but cant find what.
Also I didn't find any source about predefined MACROS usable.
Many thanks for your help.
Emeric.
I recently tried to create a template with snmp discovery.
To fine tune my template i need to use filter.
But it dosn't seem to work.
My zabbix version is 4.0.3.
My snmp OID rule I discover is :
Code:
discovery[{#IFDESCR},.1.3.6.1.4.1.11256.1.4.1.1.2,{#IFALIAS},.1.3.6.1.4.1.11256.1.4.1.1.6]
Code:
{#IFALIAS} matches "^Ethernet|^Dialup"
If I Disable the filter every Interface are created.
I tried to use #IFTYPE in replacement of #IFALIAS.
I surely miss something, but cant find what.
Also I didn't find any source about predefined MACROS usable.
Many thanks for your help.
Emeric.
Comment