Service
This topic describes the Service element.
Description
Specifies a service for which to monitor heartbeats
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. This string can only contain uppercase or lowercase letters, digits, an underscore, a hyphen, and a space. (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. This string can only contain uppercase or lowercase letters, digits, an underscore, a hyphen, and a space. (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. |