fix(kapacitor): remove duplicate property output

pull/5856/head
mmdoogie 2022-02-08 22:38:42 -06:00 committed by Pavel Zavora
parent 77a75a2415
commit 8f7cecaeab
1 changed files with 0 additions and 6 deletions

View File

@ -119,12 +119,6 @@ func Trigger(rule chronograf.AlertRule) (string, error) {
`
}
if rule.AlertNodes.IsNoRecoveries {
trigger += `
.noRecoveries()
`
}
trigger += AllAlerts
if rule.Details != "" {