<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<mms>
<alert type="BackupFailed" enable="true"/>
<alert type="BackupFinishedWithWarnings" enable="true"/>
<alert type="BackupStopped" enable="true"/>
<alert type="BackupCanceled" enable="true"/>
<alert type="BackupCanceledDueClosedBackupWindow" enable="true"/>
<alert type="BackupQueued" enable="true">
<service type="dword" name="Duration">5</service> <!-- In seconds. Minimal duration of backup pending for generation alert. -->
</alert>
<alert type="BackupNotResponding" enable="true">
<custom type="dword" name="Duration">3600</custom> <!-- In seconds. Minimal duration of backup freezing for generation alert. -->
</alert>
<alert type="BackupDidNotStart" enable="true">
<service type="dword" name="TimeoutToStart">120</service> <!-- In seconds. Threshold for starting backup. If there is no backup after NextBackupTime + TimeoutToStart alert will be generated. -->
</alert>
<alert type="BackupRecoveryFailed" enable="true"/>
<alert type="ActivityFailed" enable="true"/>
<alert type="ActivityNotResponding" enable="true">
<custom type="dword" name="Duration">3600</custom> <!-- In seconds. Minimal duration of activity freezing for generation alert. -->
</alert>
<alert type="ActivityFinishedWithWarnings" enable="true"/>
<alert type="ValidationFailed" enable="true"/>
<alert type="ArchiveCorrupted" enable="true"/>
<alert type="ActiveProtectionServiceNotRunning" enable="true"/> <!--Active Protection service not working(e.g. crashed) -->
<alert type="ActiveProtectionBlocksSuspiciousActivity" enable="true"/> <!-- Suspicious Ransomware activity detected -->
<alert type="ActiveProtectionDetectedSuspectedCryptominingActivity" enable="true"/> <!-- Suspicious cryptomining activity detected -->
<alert type="ActiveProtectionSuspendSuspiciousMBRActivity" enable="true"/> <!-- Suspicious MBR activity detected -->
<alert type="ActiveProtectionRecoverFailedActivity" enable="true"/> <!-- Recovery failed activity detected -->
<alert type="ActiveProtectionInvalidNetworkRecoveryPath" enable="true"/> <!-- Invalid Network Recovery Path activity detected -->
<alert type="ActiveProtectionUnsupportedItemInBlackListDetected" enable="true"/> <!-- Unsupported item in blacklist activity detected -->
<alert type="ActiveProtectionServiceFailToStop" enable="true"/> <!-- Unsupported item in blacklist activity detected -->
<alert type="EncryptionPasswordMissing" enable="true">
<service type="dword" name="CheckPeriod">86400</service> <!-- In seconds. Check interval for Encryption password to be set. If password is missing alert is raised immediatly. -->
</alert>
<alert type="IncompleteMachineInfo" enable="true"/>
</mms>
|