Closed gitmopp closed 7 years ago
I'll look into that, it's currently used to test if the database exists.
InfluxDB allows non admin users to use show database
in the next version 1.3.0.
https://github.com/influxdata/influxdb/pull/7974
Seems like Grafana has the same issues. Therefore I would say lets wait for the next release, because I don't see a clean way to check if the database exists without admin rights.
If you found something let me know.
This should be fixed by the current InfluxDB version.
I tried to get nagflux working with a non admin user, it fails because the first query is
show databases
, which requires admin access.It would be nice to have an option to skip the
show databases
part.