When postgresql server is restarted, zabbix-server doesn't reconnect to database, but just logs such messages:
lots of them.
zabbix-server version 1.6.6 from lenny-backports
Code:
31401:20091028:012009 [Z3005] Query failed: [0] PGRES_FATAL_ERROR:FATAL: terminating connection due to administrator command
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
[select httptestid,name,applicationid,nextcheck,status,delay,macros,agent from httptest where status=0 and nextcheck<=1256685609 and mod(httptestid,1)=0 and
httptestid between 000000000000000 and 099999999999999]
31401:20091028:012009 [Z3005] Query failed: [0] Result is NULL [select count(*),min(nextcheck) from httptest t where t.status=0 and mod(t.httptestid,1)=0 an
d t.httptestid between 000000000000000 and 099999999999999]
31401:20091028:012009 [Z3005] Query failed: [0] PGRES_FATAL_ERROR: [select count(*),min(nextcheck) from httptest t where t.status=0 and mod(t.httptestid,1)=
0 and t.httptestid between 000000000000000 and 099999999999999]
zabbix-server version 1.6.6 from lenny-backports
Comment