• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Trigger plesk to run code on domain add/remove

freaky@

Regular Pleskian
Hey there,

been browsing the API a bit. But I only seem to find options to send plesk commands through XML API's. We need it the other way around.

We have a second DNS server. This is a very simple server running powerdns. Anyways, all I want is plesk to automatically add/remove the domains from the SQL database (on the other DNS server thus so the domains get picked up). I can write some PHP/Perl/Python/whatever code to do this, but some how I would need to have plesk trigger this code and pass some options (mainly being if the domain is added or removed and the domainname) when a domain is added/removed.

Any suggestions?
 
One more ques, being the curious bastard that I am :D There are plenty of other ways to solve this, so it's no biggy whatsoever.

Tried setting an environment variable before starting the script, but this appearantly isn't possible (well it isn't working...)

EVT=domcreate /path/to/script

script never gets executed now. Probably has to do with the way plesk interprets it...

Anyone know if it's possible? Again, just curious, plenty of solutions... :)
 
Back
Top