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

Database provisioning #2

Closed
hagensieker opened this issue Dec 23, 2017 · 1 comment
Closed

Database provisioning #2

hagensieker opened this issue Dec 23, 2017 · 1 comment

Comments

@hagensieker
Copy link

hagensieker commented Dec 23, 2017

I've installed rtlamr and found my meter (THANKS!) now trying to do the database thing. Installed Influxdb on Ubuntu 16.04, started it with influxd from the CLI and now trying to do this

Provisioning influxdb can be done using the included initial schema (assuming you have the influx cli client installed):

influx -host "host" -username 'user' -password 'pass' -path "init.iql"

Best I can tell nothing is happening and no database is being created. I'm sure I'm missing something. Rtlamr-collect is installed.

@bemasher
Copy link
Owner

That command is missing the -import flag, I ran into that last night. I'll correct the documentation.

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

2 participants