XmlHttpServiceHealthMonitor
Documentation for XmlHttpServiceHealthMonitor element
Description
Used on a Content Manager server to poll the Workflow Listener, Business Connector, and Content Manager core.
Child elements
Note: Child elements must occur in the order shown.
| Child element | Must occur at least | May occur at most |
|---|---|---|
| Request | 1 times | 1 times |
| Header | 0 times (optional) | any number of times |
| Authentication | 0 times (optional) | 1 times |
| Response | 0 times (optional) | 1 times |
Attributes
| Attribute | Description and use | Type |
|---|---|---|
| ServiceType | A unique string that identifies the type of service you intend to monitor; in this case, the Workflow Listener, Business Connector, or Content Manager Kernel. required | string |
| ServiceInstance | If there are multiple instances of the same type of service running on this machine, a unique identifier for the specific instance you intend to monitor. optional | string |
| PollInterval | The interval at which this poller should poll the status of the service(s) it monitors. required | timespec (custom type) A time period expressed as a number followed by 'h' for hours, 'm' for minutes, or 's' for seconds. For example: 10m. |
| TimeoutInterval | The interval after which this poller should consider the service(s) it monitors to have timed out. required | timespec (custom type) A time period expressed as a number followed by 'h' for hours, 'm' for minutes, or 's' for seconds. For example: 10m. |