Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 May 2016 14:07:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 209154] net-mgmt/zabbix24-proxy
Message-ID:  <bug-209154-13-VlvsEodepJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209154-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209154-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209154

sirdice@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sirdice@gmail.com

--- Comment #4 from sirdice@gmail.com ---
Also affects zabbix22-server:

  if get_pidfile_from_conf PidFile ${zabbix_agentd_config}; then

Which should be:

  if get_pidfile_from_conf PidFile ${zabbix_server_config}; then

Same for zabbix22-proxy and zabbix24-proxy:

  if get_pidfile_from_conf PidFile ${zabbix_agentd_config}; then


Oddly enough zabbix24-server is correct.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209154-13-VlvsEodepJ>