Skip to content

Commit

Permalink
updated readme with influxdb notes (#194)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Johnson <[email protected]>
  • Loading branch information
acjohnson and Aaron Johnson authored Sep 14, 2022
1 parent b5dcd82 commit 0a109ca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,11 @@ docker run --user $(id -u):$(id -g) --rm --name grafana-backup-tool \

### Building
You can build the docker image simply by executing `make` in the root of this repo. The image will get tagged as `ysde:grafana-backup`

### Monitoring
InfluxDB support has been added and Prometheus push gateway support will be added in the future.

In order to monitor successful backups with InfluxDB simply configure `grafana-backup` InfluxDB settings using this [example](examples) configuration.
Or if you prefer to use environment variables you can instead set `INFLUXDB_HOST`, `INFLUXDB_PORT`, `INFLUXDB_MEASUREMENT`, `INFLUXDB_USERNAME` and `INFLUXDB_PASSWORD`.

Once configured `grafana-backup` will automatically enter a `1` in your defined timeseries measurement upon each successful backup.

0 comments on commit 0a109ca

Please sign in to comment.