Hi,
EDIT:
------
If I create host manually and use passphares $stron$switch, then everything works. So problem seems to be in autodiscovery part.
------
Zabbix version is 6.0.12, platform Rocky Linux 8.
I try to make autodiscovery using SNMPv3 with authpriv. There is $-sign (eg. $stron$switch) in front of the passphrases and it seems that Zabbix wont understand it.
If I try to make SNMPv2 discovery with community eg. testing discovery works.
Also if I make snmpwalk (eg. snmpwalk -v3 -l authPriv -u user -a SHA -A '$stron$switch' -x AES -X '$stron$switch' 10.10.10.1 1.3.6.1.2.1.1.5 it will work, so user and passphares are ok.
Any suggestion what is maybe wrong?
Regards,
Ville
EDIT:
------
If I create host manually and use passphares $stron$switch, then everything works. So problem seems to be in autodiscovery part.
------
Zabbix version is 6.0.12, platform Rocky Linux 8.
I try to make autodiscovery using SNMPv3 with authpriv. There is $-sign (eg. $stron$switch) in front of the passphrases and it seems that Zabbix wont understand it.
If I try to make SNMPv2 discovery with community eg. testing discovery works.
Also if I make snmpwalk (eg. snmpwalk -v3 -l authPriv -u user -a SHA -A '$stron$switch' -x AES -X '$stron$switch' 10.10.10.1 1.3.6.1.2.1.1.5 it will work, so user and passphares are ok.
Any suggestion what is maybe wrong?
Regards,
Ville
Comment