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

Some grants are missing from the doc #14

Closed frakev closed 4 years ago

frakev commented 6 years ago

Hello,

It lacking some GRANTS on MySQL tables from the documentation:

GRANT SELECT ON zabbix.items_applications TO influxdb_zabbix@localhost; GRANT SELECT ON zabbix.applications TO influxdb_zabbix@localhost; GRANT SELECT ON zabbix.items TO influxdb_zabbix@localhost; GRANT SELECT ON zabbix.hosts TO influxdb_zabbix@localhost; GRANT SELECT ON zabbix.hosts_groups TO influxdb_zabbix@localhost; GRANT SELECT ON zabbix.groups TO influxdb_zabbix@localhost;

Thx

ghost commented 5 years ago

+1 we have experimented same issue. Can you confirm the need of the additional grants?

thank you

zensqlmonitor commented 4 years ago

Tks, fixed