Merge fixes

This commit is contained in:
DanB
2017-09-28 13:25:37 +02:00
29 changed files with 520 additions and 181 deletions

View File

@@ -32,8 +32,7 @@ type ThresholdProfile struct {
MinItems int // number of items agregated for the threshold to match
Recurrent bool
MinSleep time.Duration
Blocker bool // blocker flag to stop processing on filters matched
Stored bool
Blocker bool // blocker flag to stop processing on filters matched
Weight float64 // Weight to sort the thresholds
ActionIDs []string
}