Reset Log File Monitoring

Microsoft.Unix.ResetLogFileMonitoring.Task (Task)

This task can be used to prevent log file events that may have occurred while the computer was in Maintenace Mode from triggering alerts. Running this task will cause all monitored log files to reestablish monitoring from the current end of file. The "Reset on next read" paramter can be used to control whether log file monitoring is reset to the current time or the time of the next normal log file monitoring scan.

Element properties:

TargetMicrosoft.Unix.Computer
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
ResetLogFileMonitoring WriteAction Microsoft.Unix.ResetLogFileMonitoring.WriteAction Default

Source Code:

<Task ID="Microsoft.Unix.ResetLogFileMonitoring.Task" Target="Microsoft.Unix.Computer" Accessibility="Public" Enabled="true">
<Category>Maintenance</Category>
<WriteAction ID="ResetLogFileMonitoring" TypeID="Microsoft.Unix.ResetLogFileMonitoring.WriteAction">
<TargetSystem>$Target/Property[Type="Microsoft.Unix.Computer"]/NetworkName$</TargetSystem>
<ResetOnRead>false</ResetOnRead>
</WriteAction>
</Task>