• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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