Skip to content
Discussion options

You must be logged in to vote

"q=SHOW DATABASES" is for the old FLUX-QL query language for INFLUXDB v1.8 which was on SOv2.3.x. The new INFLUXDB on SOv2.4 is v2.7.1 which uses the FLUX query language natively. The new FLUX language uses Buckets instead of databases. If you want to enable the old FLUX-QL for reasons maybe that is what Zabbix is using, follow the instructions on link below.

Pretty much in summary this is what I had to do:

  1. "docker exec -it so-influxdb /bin/bash"
  2. influx v1 dbrp list --skip-verify
  3. influx v1 dbrp create --db telegraf-st --rp so_short_term --bucket-id a4b2d1c3640f2d3c --skip-verify
  4. influx v1 auth list --skip-verify
  5. influx v1 auth create --username readOnlyUser --password super-secret-passwo…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@cm-ops
Comment options

Comment options

You must be logged in to vote
1 reply
@TotieBash
Comment options

Answer selected by danielo37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants