• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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