I'm using a template "Alcatel-Lucent Enterprise OmniSwitch AOS 6.x" from zabbix github.
It comes with three macro values that need to be filled as described in its document:
"Open "Configuration -> Templates -> Template Alcatel-Lucent Enterprise OmniSwitch AOS 6.x -> Macros" and set the three entries."
I already have snmpv3user {$SNMPv3PW} and snmpv3pw {$SNMPv3PW} global variables set in Zabbix for other similar templates. So I would like to know if I could fill in this template's macro fields with these global variables instead of repeating the same values.
For example, can I use the following within this template's Macros section:
MACRO/VALUE:
{$SNMP_V3_AUTHPASSPHRASE} = {$SNMPv3PW}
{$SNMP_V3_PRIVPASSPHRASE} = {$SNMPv3PW}
{$SNMP_V3_USER} = {$SNMPv3_USR}
Instead of:
MACRO/VALUE:
{$SNMP_V3_AUTHPASSPHRASE} = MySnmpPW
{$SNMP_V3_PRIVPASSPHRASE} = MySnmpPW
{$SNMP_V3_USER} = MySnmpUserName
Thanks in advance!
It comes with three macro values that need to be filled as described in its document:
"Open "Configuration -> Templates -> Template Alcatel-Lucent Enterprise OmniSwitch AOS 6.x -> Macros" and set the three entries."
I already have snmpv3user {$SNMPv3PW} and snmpv3pw {$SNMPv3PW} global variables set in Zabbix for other similar templates. So I would like to know if I could fill in this template's macro fields with these global variables instead of repeating the same values.
For example, can I use the following within this template's Macros section:
MACRO/VALUE:
{$SNMP_V3_AUTHPASSPHRASE} = {$SNMPv3PW}
{$SNMP_V3_PRIVPASSPHRASE} = {$SNMPv3PW}
{$SNMP_V3_USER} = {$SNMPv3_USR}
Instead of:
MACRO/VALUE:
{$SNMP_V3_AUTHPASSPHRASE} = MySnmpPW
{$SNMP_V3_PRIVPASSPHRASE} = MySnmpPW
{$SNMP_V3_USER} = MySnmpUserName
Thanks in advance!
Comment