This repository has been archived by the owner on May 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
sys06
My-Random-Thoughts edited this page Oct 28, 2017
·
1 revision
Check Application Event Log and ensure no errors are present in the last x days. If found, will return the latest y entries
- EventLogMaxSize - Maximum size in MB of this event log (default is 16)
- EventLogRetentionType - "Overwrite|Archive|Manual" - When the maximum log size is reached
- GetLatestEntriesAge - Return all entries for this number of days|Integer
- GetLatestEntriesCount - Return this number of entries|Integer
- IncludeWarnings - "True|False" - Include any warning messages. By default they are omitted
EventLogMaxSize = '16'
EventLogRetentionType = 'Overwrite'
GetLatestEntriesAge = '14'
GetLatestEntriesCount = '15'
IncludeWarnings = 'False'
- EventLogRetentionType: : 'False'
- Overwrite : Overwrite as needed (oldest first)
- Archive : Archive log when full
- Manual : Do not overwrite (clear manually)
-
PASS
No errors found in application event log -
WARNING
Errors were found in the application event log -
FAIL
-
MANUAL
-
NA
- All Servers
- None