We are using an ODBC call in zabbix 5.4 to a MSSQL DB.
The call seems to be correct because i see the correct result in the zabbix server logging (debug) But the strange tthing is it's stored in our postgres DB without special characters (they are mapped to a question mark)
If i edit the record in the postgres db behind zabbix this is possible and shown correctly in zabbix. So i think the odbc link is working fine and the encoding from postgresdb is also fine. What seems to go wrong is storing the value.
Has anybody an idea what can go wrong?
The call seems to be correct because i see the correct result in the zabbix server logging (debug) But the strange tthing is it's stored in our postgres DB without special characters (they are mapped to a question mark)
If i edit the record in the postgres db behind zabbix this is possible and shown correctly in zabbix. So i think the odbc link is working fine and the encoding from postgresdb is also fine. What seems to go wrong is storing the value.
Has anybody an idea what can go wrong?