.. | ||
items.py | ||
metadata.py | ||
README.md |
setup
- apply influxdb to server
- write
admin
,readonly
andwriteonly
token into influxdb metadata:influx auth list --json | jq -r '.[] | select (.description == "NAME") | .token'
- 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