I was wanting to create an Alert based on the "Last Backup" field of a Database that is monitored by AppInsight for SQL. For the Value, it seems to want a set Date, and not a relative Date.
Ideally, I would have something like the following
Trigger Alert when any of the following apply
Trigger Alert when all of the following apply
Recovery Model is equal to 0 (assuming this is simple)
Last backup is greater than 25 hours
Trigger Alert when all of the following apply
Recovery Model is equal to 3 (Assuming this is full)
Last backup is greater than 20 minutes
Is this possible?
Thanks,
Justin