Hi,
After fixing the "history_text, id" and the "alerts, alert_id" problems by
issuing the following SQL commands:
The next problem showed up in the zabbix_server.log file:
I am using PGSQL 8.1.3 and there is no "oid" in the set of columns.
It is no longer necessary to use "oid"s and this is done in this version,
obviously.
Regards,
Norbert.
After fixing the "history_text, id" and the "alerts, alert_id" problems by
issuing the following SQL commands:
Code:
INSERT INTO ids VALUES (0,'history_text','id',1); INSERT INTO ids VALUES (0,'alerts','alertid',1);
Code:
44822:20070405:153354 Query::delete from trends where oid in (select oid from t rends where itemid=17487 limit 500) 44822:20070405:153354 Query failed:PGRES_FATAL_ERROR:ERROR: column "oid" does not exist
It is no longer necessary to use "oid"s and this is done in this version,
obviously.
Regards,
Norbert.
Comment