Using Event Tracking Mechanism

The Event Manager is designed to help you organize data interchange between Parallels Plesk Panel and external systems. It works the following way: you create a script to be executed upon a certain control panel event, and then create an event handler that triggers the event processing. You can assign several handlers to a single event.

Note for users of Linux Hosting: The server administrator can create the event handlers that will be run on the server on behalf of user root. If you wish to restrict usage of the root account, create an empty file with name root.event_handler.lock in the location /parallels_plesk_panel_installation_directory/var/.

In this section:

Adding Event Handlers (Linux Hosting)

Adding Event Handlers (Windows Hosting)

Removing Event Handlers