Release notes
- Fixed #53 Adding 'zabbix_api_token'
- Fixed #52 Bug on determination of array size, check if 'curl' module is loaded
- Fixed #49 Support for API bearer token, fix for 'auth' error (set 'zabbix_api_token', overrides username/password if defined)
- Fixed #48 Testing mailGraph on Zabbix 7.0 LTS, Zabbix 7.2 (in progress)
Installation notes
- This release contains updates to
- mailGraph.php
- mailGraph.xml (cosmetic only to reflect correct mailGraph version)
** Known issues **
- 'zabbix_user' and 'zabbix_password' still required (v3.01 will recognize that these values are no longer mandatory)
In config.json a new parameter 'zabbix_api_token' has been introduced which must be used in Zabbix 7.2 and higher as username/password login is no longer supported as per this Zabbix version.
Note that this does not apply to the 'zabbix_api_user' and 'zabbix_api_password' as Zabbix char2.php and other routines do not support API bearer token login (yet?).