Commit 74ddebc8 by Callum Loh Committed by Daniel Lee

Fix spelling for Hipchat notifier (#9112)

parent 546f9031
...@@ -84,7 +84,7 @@ func (this *HipChatNotifier) Notify(evalContext *alerting.EvalContext) error { ...@@ -84,7 +84,7 @@ func (this *HipChatNotifier) Notify(evalContext *alerting.EvalContext) error {
return err return err
} }
message := evalContext.GetNotificationTitle() + " in state " + evalContext.GetStateModel().Text + "<br><a href=" + ruleUrl + ">Check Dasboard</a>" message := evalContext.GetNotificationTitle() + " in state " + evalContext.GetStateModel().Text + "<br><a href=" + ruleUrl + ">Check Dashboard</a>"
fields := make([]map[string]interface{}, 0) fields := make([]map[string]interface{}, 0)
message += "<br>" message += "<br>"
for index, evt := range evalContext.EvalMatches { for index, evt := range evalContext.EvalMatches {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment