Log file time format:
2825:20090428:082435 Starting zabbix_server. ZABBIX 1.6.4.
PID:YYYYMMDD:HHMMSS Log entry
I used
and discovered that REQUIRE: mysql was indeed working causing mysql to start first, however Zabbix was trying to start second in the order, which I don't think gave mysql enough time. I added several other services to the REQUIRE list which pushed Zabbix down the rcorder and now Zabbix starts successfully on a reboot and I no longer get the "Connect to database 'zabbix failed:' error.
2825:20090428:082435 Starting zabbix_server. ZABBIX 1.6.4.
PID:YYYYMMDD:HHMMSS Log entry
I used
Code:
rcorder /usr/local/etc/rc.d
Comment