Project

General

Profile

Actions

Regression #12278

closed

Invalid plugin_certificates() function name

Added by Viktor Gurov over 2 years ago. Updated over 1 year ago.

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 to
zabbixagent_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

Related to Bug #12036: Certificate Manager page do not show Zabbix used certificatesResolvedViktor Gurov06/14/2021

Actions
Actions #1

Updated by Viktor Gurov over 2 years ago

  • Related to Bug #12036: Certificate Manager page do not show Zabbix used certificates added
Actions #3

Updated by Jim Pingle over 2 years ago

  • Status changed from New to Pull Request Review
Actions #4

Updated by Renato Botelho over 2 years ago

  • Status changed from Pull Request Review to Feedback
  • Assignee set to Viktor Gurov

PR has been merged. Thanks!

Actions #5

Updated by Azamat Khakimyanov over 1 year 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

Also available in: Atom PDF