-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json.example.json
More file actions
24 lines (24 loc) · 808 Bytes
/
Copy pathconfig.json.example.json
File metadata and controls
24 lines (24 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"_Instructions": "InputSource options: 'SQL' (uses database inventory) or 'TXT' (uses ServerFile path).",
"EmailSettings": {
"SmtpServer": "smtp.yourdomain.com",
"From": "monitoring@yourdomain.com",
"To": "dba-team@yourdomain.com",
"Cc": "it-alerts@yourdomain.com",
"RetentionDays": 30
},
"SQLSettings": {
"InputSource": "TXT",
"ServerFile": "C:\\Scripts\\SQLSentinel\\Servers.txt",
"InventoryServer": "SQL-ADMIN-INSTANCE",
"InventoryDatabase": "DBA_Inventory",
"ServerListQuery": "SELECT MachineNameFQDN FROM dbo.ServerList WHERE IsActive = 1"
},
"Logging": {
"LogRotationDays": 7,
"LogLevel": "Info"
},
"Performance": {
"MaxThreads": 50
}
}