Skip to main content

InfluxDB

Configuration

/etc/influxdb/influxdb.conf

[http]
  auth-enabled = true
Management
influx
> CREATE USER admin WITH PASSWORD 'adminpass' WITH ALL PRIVILEGES
> exit

influx -username 'admin'admin -password 'adminpass'adminpass
> showset databasespassword for admin = 'newpass'
> show users
> create database mmap_nmon
> create user mon with password 'thisispassword'
> grant all on mmap_nmon to mon
Services