Actions
Regression #12278
closedInvalid plugin_certificates() function name
Status:
Resolved
Priority:
Normal
Assignee:
Viktor Gurov
Category:
Zabbix
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
PHP Errors: [18-Aug-2021 15:10:27 Europe/Moscow] PHP Warning: call_user_func() expects parameter 1 to be a valid callback, function 'zabbix-agent_plugin_certificates' not found or invalid function name in /etc/inc/pfsense-utils.inc on line 3467 [18-Aug-2021 15:10:27 Europe/Moscow] PHP Warning: call_user_func() expects parameter 1 to be a valid callback, function 'zabbix-proxy_plugin_certificates' not found or invalid function name in /etc/inc/pfsense-utils.inc on line 3467
Functions zabbix_agent_plugin_certificates()
and zabbix_proxy_plugin_certificates()
must be renamed tozabbixagent_plugin_certificates()
and zabbixproxy_plugin_certificates()
+ zabbix-agent.xml must be renamed to zabbixagent.xml and zabbix-proxy.xml to zabbixproxy.xml
because of hyphen('-') is not allowed in function name (see syslog-ng fix in #12204)
Related issues
Updated by Viktor Gurov over 3 years ago
- Related to Bug #12036: Certificate Manager page do not show Zabbix used certificates added
Updated by Viktor Gurov over 3 years ago
Updated by Jim Pingle over 3 years ago
- Status changed from New to Pull Request Review
Updated by Renato Botelho over 3 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Viktor Gurov
PR has been merged. Thanks!
Updated by Azamat Khakimyanov about 2 years ago
- Status changed from Feedback to Resolved
Tested on 22.05
All related functions and files were renamed properly.
I marked this Regression as resolved.
Actions