Skip to content

Commit

Permalink
Use latest version of documentation for telegraf examples (#2625)
Browse files Browse the repository at this point in the history
Fix #2624

Co-authored-by: inetphantom <[email protected]>
  • Loading branch information
inetphantom and inetphantom authored Dec 9, 2021
1 parent ae6f60e commit b3f2419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/telegraf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
- Define the thresholds or expressions to alert on
* Alert
- Where to send the alert. All scripts `.log()` by default.
- The tickscripts are written to make it easy to swap in whatever alert output you need. Just change the `alert.log('/tmp/{alert_name}.txt')` line in each tickscipt to your desired alert output. A full listing of outputs with code samples is available in the [kapacitor documentation](https://docs.influxdata.com/kapacitor/v0.13/nodes/alert_node/).
- The tickscripts are written to make it easy to swap in whatever alert output you need. Just change the `alert.log('/tmp/{alert_name}.txt')` line in each tickscipt to your desired alert output. A full listing of outputs with code samples is available in the [kapacitor documentation](https://docs.influxdata.com/kapacitor/latest/nodes/alert_node/).

> **On Alert Volume:** These alerts may be very noisy or quiet depending on your environment. They are meant to be starting points for alerts with all the knobs easily adjustable from the Parameters. Many users will also want to eliminate the `.info()` level of logging. It is included here for completeness.
> **On Verbosity:** These scripts are meant as templates for users who are new to writing tickscripts. All of the examples here can be written as one large stream. See the [documentation](https://docs.influxdata.com/kapacitor/v0.13/) for examples and full tick syntax.
> **On Verbosity:** These scripts are meant as templates for users who are new to writing tickscripts. All of the examples here can be written as one large stream. See the [documentation](https://docs.influxdata.com/kapacitor/latest/) for examples and full tick syntax.
### Batch script example

Expand Down

0 comments on commit b3f2419

Please sign in to comment.