- Documentation
- Configuration Property Overview
- Event Configuration
Event Overview |
||||||
The Java Service Wrapper has the ability to notify a system administrator via email as well as react to a wide range of built in and user defined events. Event Properties: The Properties for Events can be found in the following Event Configuration Properties section. Event Types: The full list of built in and customer events can be found in the following Event Types section. Event Mails: 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 following Event Mails section below for more information. Event Commands: System commands, included external scripts, can be executed in response to any event. These can be useful for doing system cleanup, sending out notifications, or taking actions which can only be handled natively. See the following Event Commands section below for more information. |
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. 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. See the documentation of individual properties for details on their use. It is possible to instruct the Wrapper to launch the command and forget 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. |















