{"name":"SQLCloneImageCreatedWithoutBeingMasked","description":"Get the count of Images that have been created with no Data Masker masking set applied. Run this solely on the Instance where you have the SQLClone_Config DB Setup (about ~5ms to run).","tsql":"SELECT COUNT(*)\r\nFROM   dbo.Images I\r\n       LEFT JOIN dbo.ImageModifications IM ON I.Id = IM.ImageId WHERE  I.DeletedOn IS NULL\r\n       AND (   IM.ResourceName IS NULL\r\n               OR IM.ResourceName NOT LIKE '%DMSMaskSet%' );","instances":false,"databases":{"mode":1},"frequency":60,"metricenabled":true,"alertname":"Clone Images existing with no masking","alertdescription":"An Image has been created with SQL Clone which has not had a Data Masker masking set applied to it.","aboveorbelow":"above","_thresholds_high":{"selected":true,"value":3},"_thresholds_medium":{"selected":true,"value":2},"_thresholds_low":{"selected":true,"value":1},"alertenabled":true,"rateofchange":false,"collections":1,"targetentitytype":0}