I need your help.
I recently migrated a working Zabbix from Mysql to a new server with Postgres with TimescaleDB.
I followed these instructions here: https://assets.zabbix.com/files/even...2PgSQL-ENG.pdf
And there seemed to be no problems, server seemed to work fine all data was there and working.
However now I have a strange issue:
I have added a new item. This was done by cloning a fully working item. This cloned item has now several issues:
1. When I want to add it to a dashboard widget or enter the name into a filter, it does not get found / displayed. However when I click to show all items of a host, it is there and I can select it.
2. The item is working and under Monitoring -> Latest Data I can see the item and it has latest actual values. But when I go via Data Collection -> Hosts -> Select Host -> Item -> Latest data, I receive: No data found. When I go via Data Collection -> Hosts -> Select Host -> Item -> Graph, I see a fully working graph of that item.
3. I can add the item to a dashboard, I tried Top Hosts and Item Value, and it displays its values fine. But when I add the item to a graph, no values get plotted.
So it looks like that the item is present, but somehow not fully available. Like some internal database table dependencies are not 100% correct.
I have restarted Zabbix server and Postgres man times, this does not help. I also tries this solution: https://www.zabbix.com/forum/zabbix-...r-is-restarted but it did not solve my problem.
There is one thing that I wonder if this could be the reason: I think I have used the latest TimescaleDB and received a warning that version 2.14 is not supported. I have set Zabbix to allow unsupported. Could that be the reason for the failure and should I try to downgrade it to 2.13?
I recently migrated a working Zabbix from Mysql to a new server with Postgres with TimescaleDB.
I followed these instructions here: https://assets.zabbix.com/files/even...2PgSQL-ENG.pdf
And there seemed to be no problems, server seemed to work fine all data was there and working.
However now I have a strange issue:
I have added a new item. This was done by cloning a fully working item. This cloned item has now several issues:
1. When I want to add it to a dashboard widget or enter the name into a filter, it does not get found / displayed. However when I click to show all items of a host, it is there and I can select it.
2. The item is working and under Monitoring -> Latest Data I can see the item and it has latest actual values. But when I go via Data Collection -> Hosts -> Select Host -> Item -> Latest data, I receive: No data found. When I go via Data Collection -> Hosts -> Select Host -> Item -> Graph, I see a fully working graph of that item.
3. I can add the item to a dashboard, I tried Top Hosts and Item Value, and it displays its values fine. But when I add the item to a graph, no values get plotted.
So it looks like that the item is present, but somehow not fully available. Like some internal database table dependencies are not 100% correct.
I have restarted Zabbix server and Postgres man times, this does not help. I also tries this solution: https://www.zabbix.com/forum/zabbix-...r-is-restarted but it did not solve my problem.
There is one thing that I wonder if this could be the reason: I think I have used the latest TimescaleDB and received a warning that version 2.14 is not supported. I have set Zabbix to allow unsupported. Could that be the reason for the failure and should I try to downgrade it to 2.13?
Comment