Skip to content

Commit

Permalink
doc: added influxdb section
Browse files Browse the repository at this point in the history
  • Loading branch information
sontags committed Oct 31, 2018
1 parent 7c95193 commit 890e432
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/_source/content/docs/1_gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,13 @@ object ApiUser "bpmon" {
}
```


## Setting up an Influx Database (optional)

A feature of bpmon is to write all measurements in an Influx database on order to have historical data of our up- and
downtimes as well as the reasons for potential incidents. This is a neat feature for reporting etc.

If you want to get your hands on this feature you need to have an Influx database as well as a username/password
with read/write access at hand.

Visit their [documentaiton](https://docs.influxdata.com/influxdb/) to learn how to set things up.

0 comments on commit 890e432

Please sign in to comment.