• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Ebent Handler

K

knocx

Guest
hello i had developed a script to stop the client domain on Event DOmain disk quota reached...

But i see that some important variables did not passed into this event here my arguments

"C:\psa-script\limit.vbs" <domain_name> <old_maximum_disk_space> <new_maximum_disk_space> <email>

what limit.vbs does is compares if the domain has reached its disk quota ,stops the domain. And notifies the client via email.

i believe i cant get it work since i can not get the parameters <domain_name> <email> , since they are not defined on Disk Limir Reached event

it very un-intelligent to not to pass domain name , client name and client email as a parameter into such events since only available parameters are old_maximum_disk_space and new_maximum_disk_space for the event 'Limit on disk space reached for domain' ...

how can one handle such an event without a parameter like domain!!!


Any one tried to use Event handler before in such a manner?

any comment suggestion will be great

thanks
knocx
 
Back
Top