fix(ui): change default every value for check to 1m

Closes #14942
pull/15043/head
Christopher Henn 2019-09-06 11:41:30 -07:00
parent 151e1f94bc
commit 73e467b671
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export const DEFAULT_CHECK_NAME = 'Name this Check'
export const DEFAULT_NOTIFICATION_RULE_NAME = 'Name this Notification Rule'
export const CHECK_NAME_MAX_LENGTH = 68
export const DEFAULT_CHECK_EVERY = '5m'
export const DEFAULT_CHECK_EVERY = '1m'
export const DEFAULT_CHECK_OFFSET = '0s'
export const DEFAULT_CHECK_REPORT_ZERO = false
export const DEFAULT_DEADMAN_LEVEL: CheckStatusLevel = 'CRIT'