-
Notifications
You must be signed in to change notification settings - Fork 1
/
statsd-settings-example.json
52 lines (52 loc) · 1.25 KB
/
statsd-settings-example.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
{
"StatsdServer": "stats.contoso.com",
"StatsdPort": "8125",
"Namespace": "exchange",
"Servers": [
"exsv1-tst",
"exsv2-tst",
"exsv3-tst",
"exsv4-tst"
],
"Stats": {
"Disk_Free_pct": {
"Path": "\\LogicalDisk(*)\\% Free Space",
"ExcludeInstances": [
"_total"
]
},
"HTTP_Proxy_Reqs": {
"Path": "\\MSExchange HttpProxy(*)\\Proxy Requests/Sec",
"Collapse": "sum"
},
"CPU_Usage": {
"Path": "\\Processor(_Total)\\% Processor Time"
},
"LDAP_Read_ms": {
"Path": "\\MSExchange ADAccess Domain Controllers(*)\\LDAP Read Time"
},
"LDAP_Search_ms": {
"Path": "\\MSExchange ADAccess Domain Controllers(*)\\LDAP Search Time"
},
"Memory_Free_MB": {
"Path": "\\Memory\\Available Mbytes"
},
"HTTP_Reqs": {
"Path": "\\MSExchange HttpProxy(*)\\Requests/Sec",
"Collapse": "sum"
},
"ActiveSync_Reqs": {
"Path": "\\MSExchange ActiveSync\\Requests/sec"
},
"OWA_Reqs": {
"Path": "\\MSExchange OWA\\Requests/sec"
},
"EWS_Reqs": {
"Path": "\\MSExchangeWS\\Requests/sec"
},
"Web_Open_Conns": {
"Path": "\\Web Service(_Total)\\Current Connections"
}
},
"Debug": "true"
}