Bug 851009
| Summary: | Add sysconfig options file to init script. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | nelsonab |
| Component: | zabbix | Assignee: | Dan Horák <dan> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | el6 | CC: | 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: | |||
Makes sense to me, Volker, what do you think? Yes, I already prepared it. 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 The same change is in the 2.0 package, up for review. https://bugzilla.redhat.com/show_bug.cgi?id=867159 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. |
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