Amazon Backup Vault

Available Metrics

Possible metric types that can be tracked on a given resource.

Metric Type Data Type Description
AggregatedMetric
Object
Allows for aggregating existing metrics over a period of time. Useful for running sums or averages; also for extracting single data item from collection-based metrics
AmazonBackupVaultBackupJobDetails
AmazonBackupVaultBackupJob[]
BackupJobId String
Status String
StatusMessage String
BackupVaultName String
ResourceType String
ResourceArn String
CreationDate Nullable`1
StartDate Nullable`1
PercentDone String
BackupSizeInBytes Int64
Tracks details of Amazon Backup Jobs
AmazonBackupVaultNumberOfRecoveryPoints
Int64
Tracks details of Amazon Vault Rules
AmazonBackupVaultRecoveryPointDetails
AmazonBackupVaultRecoveryPoint[]
RecoveryPointArn String
Status String
ResourceType String
ResourceArn String
CreationDate Nullable`1
CompletionDate Nullable`1
LastRestoreTime Nullable`1
RestoredMinutesAgo Nullable`1
BackupSizeInBytes Int64
Tracks details of Amazon Recovery Points by Backup Vault
AmazonBackupVaultRuleDetails
AmazonBackupVaultRule[]
PlanName String
PlanCreationDate DateTime
RuleId String
RuleName String
RuleScheduleExpression String
RuleStartWindowMinutes Int64
LastRunTime Nullable`1
NextRunTime Nullable`1
LastRunStatus String
Tracks details of Amazon Vault Rules
DerivedMetric
Double
Allows for deriving new metrics from existing ones. Useful for combining existing metrics together or for multiplying metrics by a factor
LinkedMetric
Object
Allows for tracking of metrics from other resources. Useful when it is important to evaluate metrics from different resources side-by-side
ResourceStatus
String
Tracks overall status of the resource. This is an important metric as it is used to drive Uptime reports. Possible values: Ready, Down, Unknown and in some cases Stopped

Available Commands

Possible commands that can be executed on a given resource. Ultimate subscription is required.

Command Type Description
WebRequest Runs custom WebRequest to specified URL

Default Templates

CloudMonix provided default monitoring templates.

Pre-configured Metrics

Metric Name Metric Type Description
BackupJobDetails AmazonBackupVaultBackupJobDetails Tracks information about backup jobs for the last 24 hours of monitored Amazon Backup Vault
NumberOfRecoveryPoints AmazonBackupVaultNumberOfRecoveryPoints Tracks total number of recovery points of monitored Amazon Backup Vault
RecoveryPointDetails AmazonBackupVaultRecoveryPointDetails Tracks information about recovery points for the last 24 hours of monitored Amazon Backup Vault
Status ResourceStatus Tracks the overall readiness status of the monitored resource. Possible values are: Ready, Down, Stopped and Unknown
VaultRuleDetails AmazonBackupVaultRuleDetails Tracks information about rules of monitored Amazon Backup Vault

Pre-configured Alerts

Alert Name Expression Severity Description
Backup Job Failed - Copy Any(BackupJobDetails, "Status == \"FAILED\"") Error Fires an alert if Backup Job has status "FAILED"
Recovery Point Failed Any(RecoveryPointDetails, "Status == \"FAILED\"") Error Fires an alert if Recovery Point has status "FAILED"
Resource Outage Status == "Down" Error Fires an alert if overall resource status is "Down" for sustained period of time