-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[feature request] On launch telegraf should create telegraf
database if it doesn't already
#77
Comments
+1 |
see commit c0cef8c |
Should the db name be configurable? I've been running telegraf 1.4 and writing metrics to a database that's not named |
@alvaromorales yes, it should be, I'll fix that now |
I think there's should be an option to disable this feature. 3c7c892 added a default error "Could not create database on any server" and if the creation query failed, telegraf exists. In my case, the influxdb user for telegraf has no right to create db and the creation query gets a 401 response. |
@codeb2cc please open a new issue for that |
Currently the user has to create a
telegraf
database manually. The tool should do this for us.The text was updated successfully, but these errors were encountered: