Skip to content

Commit

Permalink
fake commit
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj committed Aug 15, 2022
1 parent 017e8b9 commit f9dda93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/outputs/amon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Metrics are grouped by converting any `_` characters to `.` in the Point Name.



## Configuration
## Configuratio

```toml @sample.conf
# Configuration for Amon Server to send metrics to.
Expand All @@ -25,3 +25,5 @@ Metrics are grouped by converting any `_` characters to `.` in the Point Name.
## Connection timeout.
# timeout = "5s"
```

adfadfa
1 change: 1 addition & 0 deletions plugins/outputs/amon/amon.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
)

// DO NOT REMOVE THE NEXT TWO LINES! This is required to embed the sampleConfig data.
//
//go:embed sample.conf
var sampleConfig string

Expand Down

0 comments on commit f9dda93

Please sign in to comment.