Skip to content

Commit

Permalink
Merge branch 'master' of github.com:20c/vaping
Browse files Browse the repository at this point in the history
  • Loading branch information
vegu committed Jun 27, 2018
2 parents 87ab08d + 0ea6666 commit 0bed0f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,20 @@ This example will show you how to setup an MTR graph
!!! Tip "MTR Graph is currently experimental"

The MTR graph is introduced to vaping in version 0.6.0 and should
be considered and early iteration of MTR data visualization to vaping.
be considered an early iteration of MTR data visualization to vaping.

We have ideas on how to make it better, but would also love to hear your
thoughts on it.


Pay close attention to the commented lines in the example below, as we need to do the following:

- setup the mtr probe
- setup the fping_mtr plugin
- setup the fping_mtr data type
- setup the mtr graph


`examples/mtr/config.yml`:
```yml
{!examples/mtr/config.yml!}
Expand Down
2 changes: 1 addition & 1 deletion examples/mtr/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ plugins:
type: smokestack
plot_y: avg

# let graphsrv no to initialize the `mtr`
# let graphsrv know to initialize the `mtr`
# graph for use
mtr:
id_field: host
Expand Down

0 comments on commit 0bed0f5

Please sign in to comment.