bundlewrap/bundles/influxdb2
2022-06-22 22:31:39 +02:00
..
items.py wip 2021-07-02 18:59:23 +02:00
metadata.py reinstall home server and backups and many fixes 2022-06-22 22:31:39 +02:00
README.md wip 2021-07-02 18:59:23 +02:00

setup

  1. apply influxdb to server
  2. write admin, readonly and writeonly token into influxdb metadata: influx auth list --json | jq -r '.[] | select (.description == "NAME") | .token'
  3. apply clients

metadata

{
  'hostname': 'example.com',
  'admin_token': 'Wawbd5n...HJS76ez',
  'readonly_token': '5v235b3...6wbnuzz',
  'writeonly_token': '8w4cnos...fn849zg',
}

reset password

Opening /var/lib/influxdb/influxd.bolt with https://github.com/br0xen/boltbrowser might help