Events Overview |
Event Configuration Properties |
This section includes a full list of properties which can be used to configure and control how the Wrapper reacts to events. General Event Properties:
Event Email Properties:
Email Alert Setting: Email System: Email Body: Event Command Properties:
|
Event Types |
The Wrapper is able to send emails and/or execute external commands in response to a number of events. The following list describes each of the defined events:
|
Event Mails |
||
NOTEThis function requires the Professional Edition of the Java Service Wrapper. The Wrapper is able to send out alert emails to in response to certain events. Emails can be sent out with a customized message, along with a fragment of the Wrapper's log file. This makes it possible for a system administrator to decide whether or not it is necessary to take further action. See the documentation of individual properties for details on their use.
The properties are all of the form wrapper.event.<x>.email* where <x> component is either the keyword default, or one of the Event Types defined above. Whenever a property is not specifically defined for any of the event names, the default value wrapper.event.default.email* will be used. This is useful for setting values which will be common to all event emails. |
Event Commands |
||||||
NOTEThis function requires the Professional Edition of the Java Service Wrapper. The Wrapper is able to execute external commands in response to certain events. These can be useful for doing system cleanup, sending out notifications, or taking actions which can only be handled natively. See the documentation of individual properties for details on their use. It is possible to instruct the Java Service Wrapper to launch the command and forget about it, block until the command has completed, or wait a maximum time for the command to complete. If the wait times out, the command will be left running. The Wrapper does not currently provide for a way to log the output of the external commands.
The properties are all of the form wrapper.event.<x>.command.* where <x> component is one of the Event Types defined above. Whenever a property is not specifically defined for any of the event names, the default value wrapper.event.default.command.* will be used. This is useful for setting values which will be common to all event commands. |