Commit 1d883036 authored by Kerwin_Cui's avatar Kerwin_Cui

接口

parent c10922d4
......@@ -2424,7 +2424,7 @@ def create_alarm_by_icube(request):
auto_name='',
other_autoname='',
monitor_name='',
if_icube='',
if_icube='8',
user=login_person
)
error_alarm.save()
......
......@@ -185,16 +185,6 @@
}
var keyArray = {
programLevel: [
{label: '数据库', value: '1'},
{label: '中间件', value: '2'},
{label: '其它程序', value: '3'},
],
alarmTotalType: [
{label: '日志', value: '1'},
{label: '指标', value: '2'},
{label: '模式识别', value: '3'},
],
alarmType: [
{label: '日志告警', value: '2'},
{label: '指标告警', value: '1'},
......@@ -214,16 +204,6 @@
{label: '4级', value: '4'},
{label: '5级', value: '5'}
],
//报告来源
ReportSource: [
{label: '电话', value: '1'},
{label: '微信', value: '2'},
{label: 'qq群', value: '3'},
{label: '机房人工巡检', value: '4'},
{label: '人工监控', value: '5'},
{label: '程序自动监控', value: '6'},
{label: '其他', value: '7'}
],
//事件类型
eventType: [
{label: '严重', value: '1'},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment