From 73e467b67181f39594c87abb02a2cc6a04939b45 Mon Sep 17 00:00:00 2001 From: Christopher Henn Date: Fri, 6 Sep 2019 11:41:30 -0700 Subject: [PATCH] fix(ui): change default every value for check to 1m Closes #14942 --- ui/src/alerting/constants/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/alerting/constants/index.ts b/ui/src/alerting/constants/index.ts index 503ff8f539..fd466c0b0c 100644 --- a/ui/src/alerting/constants/index.ts +++ b/ui/src/alerting/constants/index.ts @@ -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'