• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

How can I change threshold of notification when the maximum disk space changing?

A

AntonM

Guest
Hi!

Im trying to create perl script, but I don't understand Plesk Panel API.. how can i do this? I know how to work with XML in Perl, but i dont understand, what should be in it?
 
yes, i have already read API RPC Developer's Guide.. i saw description of "add" and "delete" operations.. but where can i find something about "set" or "edit"?
 
oh.. i found schemas.zip with different .xsd files =)
 
Last edited by a moderator:
i still not understand, what file describes properties of subscriptions?
 
my plesk panel includes only one language.. i found demo panel on your site with english language pack and now i can try to correctly explain what i want =)
in event manager i want to create an event for "Subscription limits updated"
if OLD_MAXIMUM_DISK_SPACE != NEW_MAXIMUM_DISK_SPACE
value of "Notify upon reaching disk space" must be changed (Hosting Services -> Subscriptions -> DOMAIN_NAME -> Customize -> Resources -> Notify upon reaching disk space)
 
Back
Top