aboutsummaryrefslogtreecommitdiffstats
path: root/uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/DashboardConfig.json
blob: f5c9668a946e3e862703c33698bc20a0c58df497 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
  "chartTypes": {
    "stackChart": {
      "typeId": "stackChart",
      "imageURL": "images/CPU统计.png",
      "plotLabel": "堆积图",
      "placeholderId": "placeholderStack",
      "plotCallbackName": "Demo_StackChart",
      "plotSize": "size21"
    },
    "alarmCounts": {
      "typeId": "alarmCounts",
      "imageURL": "images/告警统计.png",
      "plotLabel": "告警统计",
      "placeholderId": "placeholderAlarmCounts",
      "plotCallbackName": "AlarmCounts",
      "plotSize": "size21"
    },
    "logCounts": {
      "typeId": "logCounts",
      "imageURL": "images/日志统计.png",
      "plotLabel": "日志统计",
      "placeholderId": "placeholderPie",
      "plotCallbackName": "Demo_PieChart",
      "plotSize": "size21"
    },
    "ictCPULine": {
      "typeId": "ictCPULine",
      "imageURL": "images/性能统计A.png",
      "plotLabel": "性能统计A",
      "placeholderId": "placeholderCPU",
      "plotCallbackName": "ICT_CPU_UsageLine",
      "plotSize": "size21"
    },
    "alarmChart": {
      "typeId": "alarmChart",
      "imageURL": "images/性能统计B.png",
      "plotLabel": "性能统计B",
      "placeholderId": "placeholderAlarm",
      "plotCallbackName": "AlarmCount_BarChart",
      "plotSize": "size21"
    },
    "c3Chart": {
      "typeId": "c3Chart",
      "imageURL": "images/性能统计C.png",
      "plotLabel": "性能统计C",
      "placeholderId": "placeholderC3",
      "plotCallbackName": "c3ChartDemo",
      "plotSize": "size21",
      "plotControlCallback": "true"
    },
    "ictCPULineC3": {
      "typeId": "ictCPULineC3",
      "imageURL": "images/性能统计C.png",
      "plotLabel": "ICT服务器CPU使用率",
      "placeholderId": "placeholderC3_1",
      "plotCallbackName": "ICT_CPU_UsageLine_C3",
      "plotSize": "size21"
    },
    "currentAlarm": {
      "typeId": "currentAlarm",
      "imageURL": "images/性能统计C.png",
      "plotLabel": "当前告警",
      "placeholderId": "placeholderC3_2",
      "plotCallbackName": "AlarmCount_BarChart_C3",
      "plotSize": "size21"
    },
    "zzz": {
      "typeId": "zzz",
      "imageURL": "images/性能统计C.png",
      "plotLabel": "性能统计C",
      "placeholderId": "placeholderC3_3",
      "plotCallbackName": "c3ChartDemo",
      "plotSize": "size21"
    }
  },
  "initPlots": [
    "ictCPULineC3",
    "c3Chart",
    "currentAlarm"
  ],
  "languages": {}
}