tech(alerting): change interval -> frequency

This commit is contained in:
bergquist
2016-05-30 09:31:05 +02:00
parent 16a9e56eca
commit 077be210da
10 changed files with 9 additions and 12 deletions
@@ -30,7 +30,7 @@ func TestAlertRuleChangesDataAccess(t *testing.T) {
CritLevel: 50,
WarnOperator: ">",
CritOperator: ">",
Interval: "10",
Frequency: 10,
Title: "Alerting title",
Description: "Alerting description",
QueryRange: 3600,