After running the code how to check if the data is being saved in influxdb? #23
-
|
Hi as the title suggests how can I see it? If I am going to Its showing this: Interactive Table View (press q to exit mode, shift+up/down to navigate tables): |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
I am not quite sure what you mean by "after running the code". This module will not export to InfluxDB the data that is already stored in Zabbix. This module is supposed to run continuously as an extension of Zabbix and it will store in InfluxDB the data that Zabbix collects while running with the module. So to make sure that data is saved in InfluxDB you need to first make sure that new data is being collected by your Zabbix instance. You can send some data into a trapper item just for a test. After that you can have a look into InfluxDB, the way module stores data is documented. Also check Zabbix server logs in case there are any errors from the module. |
Beta Was this translation helpful? Give feedback.
-
|
In zabbix logs its showing this: |
Beta Was this translation helpful? Give feedback.
-
|
Ok. Thank you for your response |
Beta Was this translation helpful? Give feedback.
It is using v1 (the only version available back in the day). The issue for v2 support is #11.