InfluxDB
Configuration
/etc/influxdb/influxdb.conf
[http]
auth-enabled = true
Management
influx -username 'admin' -password 'adminpass'
> show databases
> show users
> create database mmap_nmon
> create user mon with password 'thisispassword'
> grant all on mmap_nmon to mon
Services