Not sure if it's needed here, but for consistency, I've added alerta to the ALERTS constant.

pull/10616/head
Hunter Trujillo 2017-02-10 13:06:16 -07:00
parent a0b1ef5521
commit 6213fc7f7c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ export const OPERATORS = ['greater than', 'equal to or greater', 'equal to or le
export const PERIODS = ['1m', '5m', '10m', '30m', '1h', '2h', '24h'];
export const CHANGES = ['change', '% change'];
export const SHIFTS = ['1m', '5m', '10m', '30m', '1h', '2h', '24h'];
export const ALERTS = ['hipchat', 'opsgenie', 'pagerduty', 'sensu', 'slack', 'smtp', 'talk', 'telegram', 'victorops'];
export const ALERTS = ['alerta', 'hipchat', 'opsgenie', 'pagerduty', 'sensu', 'slack', 'smtp', 'talk', 'telegram', 'victorops'];
export const DEFAULT_RULE_ID = 'DEFAULT_RULE_ID';