How can i store the snmp username and password in the Host atributes so that the values are useable in the templates?
In the host i add the macro
In the template i tried to use the vlaues from the host with the folowing syntax: {$SNMPUSER},{#SNMPUSER} and {SNMPUSER}.
The only result was a log entry
Can anybody give me a working example (hope this question is not to stupid)?
In the host i add the macro
Code:
{$SMNPUSER}=zabbixsnmp
{$SMNPpass}=secret
The only result was a log entry
Code:
item [Host1:Item1] became not supported: Could not connect to "<ip>:161": Unknown user name
Comment