Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TimEvens committed Mar 31, 2021
1 parent 38758fa commit efcbc0d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 24 deletions.
20 changes: 12 additions & 8 deletions getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,12 @@ sudo chmod -R 7777 $OBMP_DATA_ROOT
#### (3.b) Create sub-directories
To keep it simple, we normally create the sub-directories under the root.

> **NOTE**
> You can mount other partitions/slices or external disks using anyone of these paths. It is advisable
> that you at least mount/partition both ```${OBMP_DATA_ROOT}/postgres/data``` and ```${OBMP_DATA_ROOT}/postgres/ts```
> Postgres **data** partition doesn't require as much as **ts**. **ts** (timeseries) size depends on
> how long you want to keep data. The default is 4 weeks of history.
```note
You can mount other partitions/slices or external disks using anyone of these paths. It is advisable
that you at least mount/partition both ```${OBMP_DATA_ROOT}/postgres/data``` and ```${OBMP_DATA_ROOT}/postgres/ts```
Postgres **data** partition doesn't require as much as **ts**. **ts** (timeseries) size depends on
how long you want to keep data. The default is 4 weeks of history.
```

```
mkdir -p ${OBMP_DATA_ROOT}/config
Expand All @@ -111,8 +112,9 @@ Copy the grafana provisioning data from the repo to the ```${OBMP_DATA_ROOT}/gra
cp -r obmp-grafana/dashboards obmp-grafana/provisioning ${OBMP_DATA_ROOT}/grafana/
```

> **NOTE**:
> Repeat the above when grafana provisioning has changed.
```tip
Repeat the above when grafana provisioning has changed.
```


### (5) Customize the docker-compose.yml settings
Expand Down Expand Up @@ -144,7 +146,9 @@ Containers will restart if they crash or if the system is rebooted.

Now when you login, the home dashboard will be set.

> TODO: Will try to fix this via grafana provisioning or similar.
```warning
**TODO:** Will try to fix this via grafana provisioning or similar.
```


### (8) Verify
Expand Down
16 changes: 0 additions & 16 deletions test.md

This file was deleted.

0 comments on commit efcbc0d

Please sign in to comment.