Skip to content

Commit

Permalink
Fix README.md to align with other renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzampolin committed Aug 5, 2016
1 parent 3e4da65 commit 700e1ee
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/telegraf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
> **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.
### Batch script template
### Batch script example

```javascript
// {alert_name}
Expand Down Expand Up @@ -52,8 +52,6 @@ var data = batch
.period(period)
.every(every)
.groupBy('host')
|mean({alert_metric})
.as("stat")

// Thresholds
var alert = data
Expand All @@ -73,7 +71,7 @@ alert

```

### Stream script template
### Stream script example

```javascript
// {alert_name}
Expand Down

0 comments on commit 700e1ee

Please sign in to comment.