• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Question DNS monitor to check that domains are still pointing to the server

davidremoto

New Pleskian
Hello!

I have several Plesk servers with client websites. Usually a client changes providers without warning, or the domain expires and is never renewed, and those websites are "stranded" on the server forever.

Is there an extension that monitors that the domain's DNS stays pointing to the server?

Regards!
 
I don't think there is an extension for that. However I am sure there are however third party services available that can monitor DNS changes. Like Monitor DNS Records | DNS Check for example.

Also it isn't that difficult to create your own script for this. Like with PHP, on which you can use the dns_get_record function. Tie it in with the Plesk API and you're done :) It is probably possible to accomplish something similar a shell script as well. The possibilities are endless really.
 
HI Rasp,

Thank you very much for your answer.

I am not an expert programmer, but I will investigate. I would like to believe that there is already something on github that I can use. If I get it I will share it with this community. :)
 
Back
Top