Mk-job: Alert only if there are multiple alerts?

As far as I know, you cannot.

You can make the notifications to be sent from the third check but the alert will be seen from the first time. The solution is to implement that logic in your script, saving in a file a counter with the number of times it is failing and send the FAIL in case it exceeds the indicated value.