Heyas, I've noticed that many of us have the same issue - we need RPM's or atleast RHEL/CentOS specific RPM's for Zabbix to make installation easy.
So I’ve modified the Zabbix .spec’s provided in the source tar’ball to be more EL’ish and built binary RPM’s from them.
FILES NO LONGER AVAILABLE SORRY.
Key changes:
So I’ve modified the Zabbix .spec’s provided in the source tar’ball to be more EL’ish and built binary RPM’s from them.
FILES NO LONGER AVAILABLE SORRY.
Key changes:
- xinetd modular config file (/etc/xinetd.d/zabbix_agent)
- logrotate modular configs for zabbix_agentd and zabbix_server
- logs are stored in /var/log/zabbix
- pid file is stored in /var/run/zabbix
- php frontend files are in /var/www/zabbix
- moduler apache config for frontend in /etc/httpd/conf.d/zabbix.conf
- init scripts modified to remove pid file if zabbix_server or zabbix_agentd are not running, daemons can't start if it's already there
- startup order modified so that zabbix_server will start AFTER mysqld, it dies otherwise
Comment