Since updating to 2.2.2 (official Zabbix repository rpms) the Zabbix server process stops after 1 to 3 hours.
Downgrading to 2.2.1 solves the crash issue.
The message in the log is:
Zabbix server versions:
The database is PostgreSQL 9.3.3 on a different server.
Logging on the PostgresSQL server doesn't show any problems.
Also: shutting down the server when a connection times out seems a bit ... drastic.
Downgrading to 2.2.1 solves the crash issue.
The message in the log is:
Code:
9892:20140311:090037.769 [Z3005] query failed: [0] PGRES_FATAL_ERROR:could not receive data from server: Connection timed out [begin;] 9892:20140311:090037.770 [Z3005] query failed: [0] result is NULL [rollback;] 9892:20140311:090037.779 Cannot connect to the database. Exiting... 9848:20140311:090037.781 One child process died (PID:9892,exitcode/signal:255). Exiting ... 9848:20140311:090039.792 syncing history data... 9848:20140311:090039.792 syncing history data done 9848:20140311:090039.792 syncing trends data... 9848:20140311:090041.121 syncing trends data done 9848:20140311:090041.122 Zabbix Server stopped. Zabbix 2.2.2 (revision 42525).
Code:
zabbix-web-pgsql-2.2.2-1.el6.noarch zabbix-agent-2.2.2-1.el6.x86_64 zabbix-web-2.2.2-1.el6.noarch zabbix-2.2.2-1.el6.x86_64 zabbix-server-pgsql-2.2.2-1.el6.x86_64 zabbix-server-2.2.2-1.el6.x86_64 zabbix-get-2.2.2-1.el6.x86_64 zabbix-sender-2.2.2-1.el6.x86_64
Logging on the PostgresSQL server doesn't show any problems.
Also: shutting down the server when a connection times out seems a bit ... drastic.
Comment