-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathIIS.json
111 lines (110 loc) · 5.47 KB
/
IIS.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
108
109
110
111
{
"iis_currents": {
"title": "IIS Currrent Connections {{PI}}",
"vertical": "Nb",
"type": "stacked",
"legend": {
"current_connections" : {
"name" : "Current Connections"
}
}
},
"iis_attemps": {
"title": "IIS Connection Attemps/sec {{PI}}",
"vertical": "Nb",
"type": "stacked",
"legend" : {
"Connection_Attemps" : {
"name" : "Connection Attemps"
}
}
},
"iis_anonymous": {
"title": "IIS Anonymous User Connection {{PI}}",
"vertical": "Nb",
"type": "stacked",
"legend" : {
"Current_Anonymous_Users" : {
"name" : "Current Anonymous Users"
},
"Current_Non_Anonymous_Users" : {
"name" : "Current Non Anonymous Users"
}
}
},
"iis_trafic": {
"title": "IIS Traffic {{PI}}",
"vertical": "Bytes",
"type": "stacked",
"legend": {
"Bytes_Received_Sec" : {
"name" : "Bytes Received/sec"
},
"Bytes_Sent_Sec" : {
"name" : "Bytes Sent/sec"
},
"Bytes_Total_Sec" : {
"name" : "Bytes Total/sec"
}
}
},
"iis_requests": {
"title": "IIS Requests {{PI}}",
"vertical": "Nb",
"type": "stacked",
"legend": {
"Copy_Request" : {
"name" : "Copy"
},
"Delete_Requests" : {
"name" : "Delete"
},
"Get_Request" : {
"name" : "Get"
},
"Head_Request" : {
"name" : "Head"
},
"Lock_Request" : {
"name" : "Lock"
},
"Mkcol_Request" : {
"name" : "Mkcol"
},
"Move_Request" : {
"name" : "Move"
},
"Options_Request" : {
"name" : "Options"
},
"Other_Request" : {
"name" : "Other"
},
"Post_Request" : {
"name" : "Post"
},
"Propfind_Request" : {
"name" : "Propfind"
},
"Proppatch_Request" : {
"name" : "Proppatch"
},
"Put_Request" : {
"name" : "Put"
},
"Search_Request" : {
"name" : "Delete"
},
"Total_Method_Requests" : {
"name" : "Total Method"
},
"Trace_Request" : {
"name" : "Trace"
},
"Unlock_Request" : {
"name" : "Unlock"
}
}
},
"legend_format": "%5.1lf%s"
}