forked from DataLinkDC/dinky
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
189 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
dinky-admin/src/main/java/org/dinky/data/options/AlertRuleOptions.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
package org.dinky.data.options; | ||
|
||
|
||
public class AlertRuleOptions { | ||
public static final String JOB_ALERT_SCHEDULE = "JobAlert"; | ||
public static final String JOB_ALERT_RULE_TIME = "time"; | ||
public static final String JOB_ALERT_RULE_JOB_DETAIL = "jobDetail"; | ||
public static final String JOB_ALERT_RULE_JOB_NAME = "job"; | ||
public static final String JOB_ALERT_RULE_KEY = "key"; | ||
public static final String JOB_ALERT_RULE_JOB_INSTANCE = "jobInstance"; | ||
public static final String JOB_ALERT_RULE_START_TIME = "startTime"; | ||
public static final String JOB_ALERT_RULE_END_TIME = "endTime"; | ||
public static final String JOB_ALERT_RULE_CHECK_POINTS = "checkPoints"; | ||
public static final String JOB_ALERT_RULE_CLUSTER = "cluster"; | ||
public static final String JOB_ALERT_RULE_EXCEPTIONS = "exceptions"; | ||
public static final String JOB_ALERT_RULE_REFRESH_RULES_DATA = "refreshRulesData"; | ||
public static final String JOB_ALERT_RULE_CHECKPOINT_RULES = "checkpointRule"; | ||
public static final String JOB_ALERT_RULE_TASK = "task"; | ||
public static final String JOB_ALERT_RULE_TASK_URL = "taskUrl"; | ||
public static final String JOB_ALERT_RULE = "rule"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.