zensqlmonitor / influxdb-zabbix

Gather data from Zabbix back-end and load to InfluxDB in near real-time for enhanced performance and easier usage with Grafana.
MIT License
71 stars 26 forks source link

hstgrp not found #20

Closed ajurquhart closed 4 years ago

ajurquhart commented 4 years ago

Zabbix running with MySQL. Zabbix version 3.4.7.

When I attempt to launch influx-zabbix I get an error: [...db-zabbix/log/log.go:299 Error()] [E] Error while executing script: Error 1146: Table 'zabbix.hstgrp' doesn't exist

The error is accurate, as that Table does not exist, and never has. How do I omit the query that looks for hstgrp Table?

i-ky commented 4 years ago

You can either upgrade your Zabbix setup (3.4 is not supported for quite some time) or use older version of this project prior to #16.