-
Notifications
You must be signed in to change notification settings - Fork 7
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 connecting clues to mysql #7
Comments
Hi @tkald, |
Hi @tkald, |
Something's still wrong. If I use connection string with ip address, I get
connection_parameters returns None If I use DB_CONNECTION_STRING=mysql://clues:clpAss@cluesdb/clues I get:
|
Hi @tkald, As you said the regex was not prepaired for IP strings. |
|
Hi @tkald, Sorry for this failure it was may fault in one line. |
Yap, now I have 2 tables in mysql db. No data though in those tables. Nothing in log either.
|
Hi @tkald, No information is stored in the DB untill there is any change in the information: A node state changes, a node is disabled, etc. |
Yes, got some data after changing host status. |
More related errors:
|
I suppose monitoring host's free slots should change data. |
Can't start clues with mysql database. Seems like string parsing is broken in cpyutils or wrong sample format is provided in configuration file.
Connection string in clues2.cfg file:
DB_CONNECTION_STRING=mysql://clues:clpAss@cluesdb/clues
In log I get errors:
...
If I use ip address for host in connection string I get last 2 lines of same error:
Latest master branches of clues and cpyutils on Ubuntu 16.04
The text was updated successfully, but these errors were encountered: