I'm running zabbix on Postgresql 8.1 right now with zabbix 1.6
I just had to update the trends and history table to make some of the numeric fields larger than they were, and as well in my zabbix error log i'm getting lots of errors like this:
HINT: Use '' to write quotes in strings, or use the escape string syntax (E'...').
WARNING: nonstandard use of \' in a string literal
LINE 1: ...643204+delay,lastfailedstep=1,time=0.000000,err or='Status co...
Which leads me to believe, maybe zabbix is supported on Postgres, but not preferred? Would mysql be tested better?
Maybe just upgrading to 1.8 would make this better? Comments?
I just had to update the trends and history table to make some of the numeric fields larger than they were, and as well in my zabbix error log i'm getting lots of errors like this:
HINT: Use '' to write quotes in strings, or use the escape string syntax (E'...').
WARNING: nonstandard use of \' in a string literal
LINE 1: ...643204+delay,lastfailedstep=1,time=0.000000,err or='Status co...
Which leads me to believe, maybe zabbix is supported on Postgres, but not preferred? Would mysql be tested better?
Maybe just upgrading to 1.8 would make this better? Comments?
Comment