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
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.