deadlocks.json
{ | |
"Target": { | |
"ServerName": "(local)\\SQL2014", | |
"SessionName": "deadlocks", | |
"FailOnProcessingError": false, | |
"Responses": [ | |
{ | |
"__type": "EmailResponse", | |
"SMTPServer": "localhost", | |
"Sender": "from@test.com", | |
"To": "dba@localhost.localdomain", | |
"Subject": "Deadlock occurred", | |
"Body": "Deadlock occurred at {collection_time}", | |
"Attachment": "xml_report", | |
"AttachmentFileName": "deadlock.xdl", | |
"HTMLFormat": true, | |
"Events": [ | |
"xml_deadlock_report" | |
] | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment