Datto BCDR: Backups w/ Failed Local Verification Statuses
submitted
A
Addison Caldwell
This is helpful to someone who's trying to obtain/maintain visibility into backups at an organization with a failed local verification status. This is a good Metric for QBRs, recurring site reviews, and an onboarding report. This Metric can also be used to create a pointed Actionable Alert that helps to maintain healthy backup maintainence within an organization.
Assets[? backups != `
].backups[? localVerification.status ==
failure].join(
, [join(
, [
, to_string(assetName)]), join(
, [
: , to_string(timestamp)]), join(
, [
: `, to_string(localVerification.status)])])L
Lamont Largie
Corrected this metric:Assets[? backups != `
].[backups[? localVerification.status ==
failure].join(
, [join(
, [
, to_string(assetName)]), join(
, [
: , to_string(timestamp)]), join(
, [
: `, to_string(localVerification.status)])])]B
Bill Krauss
Well, that's not working.