Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in start #15

Closed
stepanovandrey89 opened this issue Aug 29, 2018 · 4 comments
Closed

Error in start #15

stepanovandrey89 opened this issue Aug 29, 2018 · 4 comments

Comments

@stepanovandrey89
Copy link

root@localhost:/opt/go/bin# go run influxdb-zabbix.go &
[5] 20535
root@localhost:/opt/go/bin# 2018/08/29 12:35:04 [T] Log Mode: Console(Trace)
2018/08/29 12:35:04 [T] --- Active tables:
2018/08/29 12:35:04 [T] ----------- | history_uint | Each 15 sec | 30 days per batch | Output by 50000
2018/08/29 12:35:04 [T] ----------- | trends | Each 15 sec | 30 days per batch | Output by 50000
2018/08/29 12:35:04 [T] ----------- | trends_uint | Each 15 sec | 30 days per batch | Output by 50000
2018/08/29 12:35:04 [T] ----------- | history | Each 15 sec | 30 days per batch | Output by 50000
2018/08/29 12:35:04 [I] --- Start polling
2018/08/29 12:35:04 [T] --- Provider: mysql
2018/08/29 12:35:04 [...db-zabbix/log/log.go:299 Error()] [E] Error while executing script: Error 1146: Table 'zabbix.groups' doesn't exist
2018/08/29 12:35:04 [...db-zabbix/log/log.go:299 Error()] [E] Error while executing script: Error 1146: Table 'zabbix.groups' doesn't exist

@guillerial
Copy link

guillerial commented Nov 2, 2018

@stepanovandrey89 I have the same problem. Did you find any solution?
image

@stepanovandrey89
Copy link
Author

stepanovandrey89 commented Nov 2, 2018 via email

@guillerial
Copy link

groups table is now hstgrp table. I changed this on mysql.go and it works. Zabbix 4.0

Check this:
https://github.com/guillerial/influxdb-zabbix/commit/b5a176b39abb201fee505d2e644c5447f8020105

@zensqlmonitor
Copy link
Owner

ok fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants