i-ky / effluence

Zabbix loadable module for real-time export of history to InfluxDB
MIT License
32 stars 9 forks source link

Zabbix support 6.0 and 7.0 #21

Closed sbardeev closed 7 months ago

sbardeev commented 7 months ago

Will it support Zabbix 6.0 and 7.0?

I installed it on Zabbix 6.4.4. Zabbix service is running, but the data has not appeared in the InfluxDB database.

sbardeev commented 7 months ago

Data will be exported image

But series not available image

I'm using a simple configuration image

i-ky commented 7 months ago

@sbardeev, thank you for the interest in this module!

Will it support Zabbix 6.0 and 7.0?

I don't have a definitive answer to this question. I don't know any reason why it shouldn't work with latest versions of Zabbix, so it probably should. However, I am not using Zabbix myself, therefore I cannot guarantee it. I developed the module a long time ago and haven't really tested it since then. But judging by git clone stats there are people using it, it is just not clear which versions of Zabbix they are using it with.

I installed it on Zabbix 6.4.4.

Have you compiled the module yourself or are you using pre-compiled binaries from the release? Please let me know the version of InfluxDB as well.

Zabbix service is running, but the data has not appeared in the InfluxDB database.

Do you see any errors in the log file? Is there any traffic flowing to 192.168.22.16:8086?

sbardeev commented 7 months ago

May be it doesn't work only for me.

I use pre-compiled binary effluence-v0.1-CentOS-7.6-x64.so. InfluxDB 1.8.10

I don't see any errors in the logs. Telnet is working. Grafana successfully connects to InfluxDB data source

i-ky commented 7 months ago

I use pre-compiled binary effluence-v0.1-CentOS-7.6-x64.so.

OK. Since Zabbix is able to load the module there are no obvious compatibility issues.

InfluxDB 1.8.10

Good. The module was developed and tested in the times when 1.6 (if I recall correctly) was the latest version, so it should work with InfluxDB 1.x without any issues.

Telnet is working. Grafana successfully connects to InfluxDB data source

This is nice, but kinda irrelevant. Have you tried sniffing with Wireshark/tcpdump?

May be it doesn't work only for me.

Could you please explain in more detail what you have done and what you expect to happen.

i-ky commented 7 months ago

Data will be exported image

These messages mean that module is able to read the configuration file. There are no obvious issues with your configuration file as well.

I'm using a simple configuration image

One question though. Do you expect module to use empty string ("") as username and password?

i-ky commented 7 months ago

@sbardeev, do you have any update?

i-ky commented 7 months ago

@sbardeev, since you are not responding, I am going to close this issue.

Feel free to reopen or create a new one, if you are still experiencing problems.