|
@@ -150,4 +150,14 @@ public class Constants
|
|
|
*/
|
|
|
public static final String[] JOB_ERROR_STR = {"java.net.URL", "javax.naming.InitialContext", "org.yaml.snakeyaml",
|
|
|
"org.springframework", "org.apache", "com.hx.common.utils.file", "com.hx.common.config"};
|
|
|
+
|
|
|
+ /**
|
|
|
+ * ALARM_SET 报警信息集合
|
|
|
+ */
|
|
|
+ public static final String ALARM_SET = "alarm_set";
|
|
|
+
|
|
|
+ /**
|
|
|
+ * NORMAL_SET 报警信息集合
|
|
|
+ */
|
|
|
+ public static final String NORMAL_SET = "normal_set";
|
|
|
}
|