Service
Documentation for Service element
Description
Specifies a service for which to monitor heartbeats
Child elements
Attributes
| Attribute | Description and use | Type |
|---|---|---|
| ServiceType | A unique string that identifies the type of service you intend to monitor, such as the Publisher or Workflow Agent. required | string |
| ServiceInstance | If there are multiple instances of the same type of service running on this machine (say, multiple Publishers), a unique identifier for the specific instance you intend to monitor. optional | string |
| TimeoutValue | The period after which the service whose heartbeats you monitor is considered to be 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. |