-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathWindowsFileSizeCount.reg
More file actions
36 lines (29 loc) · 2.21 KB
/
WindowsFileSizeCount.reg
File metadata and controls
36 lines (29 loc) · 2.21 KB
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
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\SMF]
[HKEY_LOCAL_MACHINE\SOFTWARE\SMF\SCOMDiscoveryData]
[HKEY_LOCAL_MACHINE\SOFTWARE\SMF\SCOMDiscoveryData\Trading Desk]
[HKEY_LOCAL_MACHINE\SOFTWARE\SMF\SCOMDiscoveryData\Trading Desk\Production]
"Team"="Trading Operations"
[HKEY_LOCAL_MACHINE\SOFTWARE\SMF\SCOMDiscoveryData\Trading Desk\Production\File]
[HKEY_LOCAL_MACHINE\SOFTWARE\SMF\SCOMDiscoveryData\Trading Desk\Production\File\Large EDI Orders]
"Folder"="C:\\Orders\\Inbound\\EDI"
"FilePattern"="*.zip"
"ExcludeFilePattern"=""
"Recursive"="false"
"HiddenFiles"="false"
"SizeThreshold"="1024"
"SizeThresholdDirection"="Larger"
"MinimumNumberOfFiles"="0"
"MaximumNumberOfFiles"="0"
"Frequency"="300"
"MatchCount"="1"
"ComponentName"="Orders"
"ScheduleDays"="127"
"ScheduleEndTime"="23:59"
"ScheduleStartTime"="00:00"
"Description"="Checks for large EDI files. These will need to be processed manually"
"Documentation"="https://unit92.sharepoint.com/sites/Monitoring"
"Severity"="Critical"
"Priority"="Medium"
"Type"="FileSizeCount"
"ObjectTeam"="Trading Operations"