Skip to content

Commit 0a109ca

Browse files
acjohnsonAaron Johnson
andauthored
updated readme with influxdb notes (#194)
Co-authored-by: Aaron Johnson <aaron.johnson@crowdstrike.com>
1 parent b5dcd82 commit 0a109ca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,11 @@ docker run --user $(id -u):$(id -g) --rm --name grafana-backup-tool \
203203

204204
### Building
205205
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`
206+
207+
### Monitoring
208+
InfluxDB support has been added and Prometheus push gateway support will be added in the future.
209+
210+
In order to monitor successful backups with InfluxDB simply configure `grafana-backup` InfluxDB settings using this [example](examples) configuration.
211+
Or if you prefer to use environment variables you can instead set `INFLUXDB_HOST`, `INFLUXDB_PORT`, `INFLUXDB_MEASUREMENT`, `INFLUXDB_USERNAME` and `INFLUXDB_PASSWORD`.
212+
213+
Once configured `grafana-backup` will automatically enter a `1` in your defined timeseries measurement upon each successful backup.

0 commit comments

Comments
 (0)