Details
-
Problem report
-
Status: Confirmed
-
Trivial
-
Resolution: Unresolved
-
6.0.6rc1
-
None
-
None
-
zabbix_agent2 (Zabbix) 6.0.6
Revision 3f7597e3ea3 27 June 2022, compilation time: Jun 27 2022 14:49:30
Plugin support version 1.0
Copyright (C) 2022 Zabbix SIA
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it according to
the license. There is NO WARRANTY, to the extent permitted by law.
This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/).
Compiled with OpenSSL 1.1.1k 25 Mar 2021
Running with OpenSSL 1.1.1n 15 Mar 2022
zabbix_agent2 (Zabbix) 6.0.6 Revision 3f7597e3ea3 27 June 2022, compilation time: Jun 27 2022 14:49:30 Plugin support version 1.0 Copyright (C) 2022 Zabbix SIA License GPLv2+: GNU GPL version 2 or later < http://gnu.org/licenses/gpl.html >. This is free software: you are free to change and redistribute it according to the license. There is NO WARRANTY, to the extent permitted by law. This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit ( http://www.openssl.org/ ). Compiled with OpenSSL 1.1.1k 25 Mar 2021 Running with OpenSSL 1.1.1n 15 Mar 2022
Description
Steps to reproduce:
- Custom zabbix agent2 plugin does not work with agent 6.0.6. The error is plugin does not support version 1
Result:
2022/06/28 08:35:03.026633 cannot register plugins: plugin does not support version 1
zabbix_agent2 [465634]: ERROR: cannot register plugins: plugin does not support version 1
Expected:
Plugin should be loaded
As I understand it, the plugin checks if the requested version is 1.0, but the RequestVersion is just 1 without the minor version. So loading the plugin fails