forked from trimble-oss/dba-dash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommandTimeouts.json.example
43 lines (43 loc) · 1.07 KB
/
commandTimeouts.json.example
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
{
"CollectionCommandTimeouts": {
"DatabasePermissions": 900,
"DatabasePrincipals": 900,
"DatabaseRoleMembers": 900,
"IdentityColumns": 900,
"SlowQueries": 90,
"ServerProperties": 120,
"Databases": 120,
"SysConfig": 120,
"Drives": 120,
"DBFiles": 120,
"Backups": 120,
"LogRestores": 120,
"ServerExtraProperties": 120,
"DBConfig": 120,
"Corruption": 120,
"OSInfo": 120,
"TraceFlags": 120,
"DBTuningOptions": 120,
"AzureDBServiceObjectives": 120,
"LastGoodCheckDB": 120,
"Alerts": 120,
"CustomChecks": 120,
"DatabaseMirroring": 120,
"Jobs": 120,
"AzureDBResourceGovernance": 120,
"SchemaSnapshot": 300,
"ServerPrincipals": 300,
"ServerRoleMembers": 300,
"ServerPermissions": 300,
"VLF": 300,
"DriversWMI": 300,
"OSLoadedModules": 300,
"ResourceGovernorConfiguration": 300,
"DatabaseQueryStoreOptions": 300,
"DatabasesHADR": 120,
"AvailabilityGroups": 120,
"AvailabilityReplicas": 120,
"MemoryUsage": 120
},
"DefaultCommandTimeout": 60
}