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

./dashboard.sh terminates with exit code 1 #39

Open
shravanvallaban opened this issue Apr 27, 2021 · 5 comments
Open

./dashboard.sh terminates with exit code 1 #39

shravanvallaban opened this issue Apr 27, 2021 · 5 comments

Comments

@shravanvallaban
Copy link

When the following command is executed

./dashboard.sh

I get the error

Error: unknown shorthand flag: 'e' in -execute
See 'influx -h' for help
command terminated with exit code 1

which is thrown from the line

kubectl exec -ti -n $tenant $influxdb_pod -- influx -execute 'CREATE DATABASE jmeter'

How do I solve this?

@jonahmons
Copy link

The problem is the different versions of influx,

i set the influx version in jmeter_influxdb_deploy.yaml the version to: influxdb:1.8.6

@hkpanchani
Copy link

i tried with influxdb:1.8.6, still the same error..
image
image

@rupesh2310
Copy link

I am getting the same error.please help how to fix

GLOBAL OPTIONS:
--help, -h show help
Error: flag provided but not defined: -execute
command terminated with exit code 1

@jonahmons
Copy link

If i remember correct, the reason was a mismatch between different versions, play around with older versions of influx

@rupesh2310
Copy link

I am not getting the data on grafana..data source is working fine..how do I solve it? Any idea..

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

4 participants