Skip to content

Commit

Permalink
Small typo fix for the alert node documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross McDonald committed Jan 11, 2017
1 parent 1906564 commit 477ca3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipeline/alert.go
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ type TcpHandler struct {
// |alert()
// .id('{{ .Name }}')
// // Email subject
// .meassage('{{ .ID }}:{{ .Level }}')
// .message('{{ .ID }}:{{ .Level }}')
// //Email body as HTML
// .details('''
//<h1>{{ .ID }}</h1>
Expand Down Expand Up @@ -569,7 +569,7 @@ type EmailHandler struct {
// |alert()
// .id('{{ .Name }}')
// // Email subject
// .meassage('{{ .ID }}:{{ .Level }}')
// .message('{{ .ID }}:{{ .Level }}')
// //Email body as HTML
// .details('''
//<h1>{{ .ID }}</h1>
Expand Down Expand Up @@ -1315,7 +1315,7 @@ type SNMPData struct {
//
// Example:
// |alert()
// .meassage('{{ .ID }}:{{ .Level }}')
// .message('{{ .ID }}:{{ .Level }}')
// .snmpTrap('1.3.6.1.4.1.1')
// .data('1.3.6.1.4.1.1.5', 's', '{{ .Level }}' )
// .data('1.3.6.1.4.1.1.6', 'i', '50' )
Expand Down

0 comments on commit 477ca3a

Please sign in to comment.