-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPSmonitor_config.json
107 lines (107 loc) · 7.19 KB
/
PSmonitor_config.json
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"no_tabs": 1,
"title": "PSMonitor",
"tabs": [
{
"tabname": "XenApp",
"sources": [
{
"SourceName": "Servers - Heavy Load",
"path": "\\xml\\CTX_monitor_1_v2.xml",
"AX": 0,
"AY": 0,
"BX": 0.6,
"BY": 0.2,
"Type": "List"
},
{
"SourceName": "Servers - Capacity",
"path": "\\xml\\CTX_monitor_2_v2.xml",
"AX": 0.6,
"AY": 0,
"BX": 1,
"BY": 0.2,
"Type": "Chart",
"chrt_xlabel": "Service",
"chrt_ylabel": "Load",
"maxValue": 1
},
{
"SourceName": "Servers - Services",
"path": "\\xml\\CTX_monitor_3_v2.xml",
"AX": 0,
"AY": 0.2,
"BX": 0.6,
"BY": 0.6,
"Type": "List"
},
{
"SourceName": "Servers with 7011 error",
"path": "\\xml\\CTX_monitor_7_v2.xml",
"AX": 0,
"AY": 0.6,
"BX": 0.3,
"BY": 1,
"Type": "List"
},
{
"SourceName": "Possible Logon issues",
"path": "\\xml\\CTX_monitor_8_v2.xml",
"AX": 0.3,
"AY": 0.6,
"BX": 0.6,
"BY": 1,
"Type": "List"
},
{
"SourceName": "Servers - Max metrics",
"path": "\\xml\\CTX_monitor_5_v2.xml",
"AX": 0.8,
"AY": 0.6,
"BX": 1,
"BY": 1,
"Type": "Chart",
"chrt_xlabel": "Metric",
"chrt_ylabel": "MAX",
"maxValue": 0
},
{
"SourceName": "Servers - Heavy Load",
"path": "\\xml\\CTX_monitor_6a_v2.xml",
"AX": 0.6,
"AY": 0.6,
"BX": 0.8,
"BY": 1,
"Type": "Chart",
"chrt_xlabel": "ServerName",
"chrt_ylabel": "Load",
"maxValue": 10000
},
{
"SourceName": "Servers - Logonmode",
"path": "\\xml\\CTX_monitor_6b_v2.xml",
"AX": 0.6,
"AY": 0.2,
"BX": 0.8,
"BY": 0.6,
"Type": "Chart",
"chrt_xlabel": "Name",
"chrt_ylabel": "Count",
"maxValue": 0
},
{
"SourceName": "Sessions - state",
"path": "\\xml\\CTX_monitor_6c_v2.xml",
"AX": 0.8,
"AY": 0.2,
"BX": 1,
"BY": 0.6,
"Type": "Chart",
"chrt_xlabel": "Name",
"chrt_ylabel": "Count",
"maxValue": 0
}
]
}
]
}