Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsPL committed Apr 15, 2023
1 parent 4e32037 commit d6f10ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Simply:

```text
[this tool]
┌─────────────┐ ┌──────────┐ ┌───────────┐ ┌──────────
│ IoT data │ │ │ │ RRDtool │ │
│ system data ├─ ─ ─ ─ ─►│ telegraf ├─────►│ database │─ ─ ─ ─►│ graphs
│ or other │ │ │ │ │ │
└─────────────┘ └──────────┘ └───────────┘ └──────────
┌─────────────┐ ┌──────────┐ ┌───────────┐ ┌──────────┐
│ IoT data, │ │ │ │ RRDtool │ │ │
│ system data,├─ ─ ─ ─ ─►│ telegraf ├─────►│ database │─ ─ ─ ─►│ graphs
│ or other. │ │ │ │ *.rrd │ │ │
└─────────────┘ └──────────┘ └───────────┘ └──────────┘
```

each data source (e.g. mqtt topic) will be stored in the separate RRDtool database. Eg: data from `/iot/home/temp` topic will go to `iot_home_temp.rrd` etc.
Expand Down

0 comments on commit d6f10ec

Please sign in to comment.