A domain in “Registrar Lock” status means the registrar for that domain has locked the domain to prevent any unauthorized domain transfers / changes.

Our domain monitor can check domain expirations but did you now you can also check domain locks?

In AppBeat “Check” wizard, go to last step “Health status rules” and modify your Warning rule into something like this:

[trigger_rule: domain expires soon]
%EXPIRES_IN_DAYS% <= 30

[trigger_rule: domain not locked!]
NOT(MATCH(%RESPONSE%, "clientTransferProhibited"))

Note how we added clientTransferProhibited trigger rule.

When our domain check receives your domain report it will search for string clientTransferProhibited. If it can not be found it will trigger warning (or if you move this rule to Error it will trigger error) and you will receive notification about this.

Here is also screenshot from actual dialog:

Simple as that! Happy monitoring!