bundlewrap/bundles/influxdb2
CroneKorkN 186d5039af
migrate to bundlewrap 5
- pin bundlewrap ~=5.0
- rewrite non-reading and KeyError-driven metadata reactors per
  https://docs.bundlewrap.org/guide/migrate_45/ (defaults / metadata.get
  paths / MetadataUnavailable)
- rename custom Download item methods (cdict/sdict/get_auto_deps ->
  expected_state/actual_state/get_auto_attrs)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-10 11:56:49 +02:00
..
items.py grafana/influx file eprmissions 2023-11-15 11:51:36 +01:00
metadata.py migrate to bundlewrap 5 2026-05-10 11:56:49 +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