Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.
My-Random-Thoughts edited this page Oct 28, 2017 · 1 revision

sys-06-application-event-log (Enabled)

Check Application Event Log and ensure no errors are present in the last x days. If found, will return the latest y entries


Input Values

  • 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

Example

EventLogMaxSize = '16'
EventLogRetentionType = 'Overwrite'
GetLatestEntriesAge = '14'
GetLatestEntriesCount = '15'
IncludeWarnings = 'False'

Input Descriptions

  • EventLogRetentionType: : 'False'
  • Overwrite : Overwrite as needed (oldest first)
  • Archive : Archive log when full
  • Manual : Do not overwrite (clear manually)

Result And Messages

  • PASS
    No errors found in application event log

  • WARNING
    Errors were found in the application event log

  • FAIL

  • MANUAL

  • NA


Applies To

  • All Servers

Required Functions

  • None
Clone this wiki locally