Bug 851009

Summary: Add sysconfig options file to init script.
Product: [Fedora] Fedora EPEL Reporter: nelsonab
Component: zabbixAssignee: Dan Horák <dan>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: el6CC: dan, nelsonab, volker27
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-04-26 15:15:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description nelsonab 2012-08-23 05:37:30 UTC
Description of problem:
Presently the Zabbix init scripts do not load generalized options from a central init script.  The following two lines add such a capability.  This is most useful should someone wish to run the Zabbix server/agent with a nice level other than the default 0.

Version-Release number of selected component (if applicable):
All

Note:
The following code segment has been tested to work the the zabbix agent start script only.  In my case I added it at line 27.

Code:
if [ -e /etc/sysconfig/zabbix ]; then
       . /etc/sysconfig/zabbix
fi

Comment 1 Dan Horák 2012-09-14 20:04:41 UTC
Makes sense to me, Volker, what do you think?

Comment 2 Volker Fröhlich 2012-09-14 20:15:17 UTC
Yes, I already prepared it.

Comment 3 Fedora Update System 2012-10-20 22:06:13 UTC
zabbix-1.8.15-2.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/zabbix-1.8.15-2.el6

Comment 4 Volker Fröhlich 2012-10-26 21:06:08 UTC
The same change is in the 2.0 package, up for review.

https://bugzilla.redhat.com/show_bug.cgi?id=867159

Comment 5 Fedora Update System 2012-11-07 17:29:25 UTC
zabbix-1.8.15-2.el6 has been pushed to the Fedora EPEL 6 stable repository.  If problems still persist, please make note of it in this bug report.