builtin:os-services-monitoring)
Set up alerts for OS services in undesirable states both for Windows and Linux systemd. Note: If monitoring is turned on for full availability metric, custom metric consumption takes place. Refer to documentation for more details.
Please provide feedback to us about this feature on Dynatrace Community.
In order to set up the alert for a certain group of OS services, you must first define a new policy. Specify which service's states you would like to be alerted about and then add detection rules in order to tell Dynatrace which exact OS services you are interested in. You may specify multiple detection rules.
Note that policies are specified for each of supported operating systems individually and that some of the parameters and properties vary between them.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:os-services-monitoring |
| HOST - HostHOST_GROUP - Host Groupenvironment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:os-services-monitoring |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:os-services-monitoring | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:os-services-monitoring |
To execute this request, you need an access token with Read settings (settings.read
) scope. To learn how to obtain and use it, see Tokens and authentication.
Property | Type | Description | Required |
---|---|---|---|
Enabledenabled | boolean | - | required |
Systemsystem | enum |
| required |
Rule namename | text | - | required |
Monitormonitoring | boolean | Toggle the switch in order to enable or disable availability metric monitoring for this policy. Availability metrics produce custom metrics. Refer to documentation for consumption examples. Each monitored service consumes one custom metric. | required |
Alertalerting | boolean | Toggle the switch in order to enable or disable alerting for this policy | required |
Alert if service is not installednotInstalledAlerting | boolean | By default, Dynatrace does not alert if the service is not installed. Toggle the switch to enable or disable this feature | required |
Service status condition for alertingstatusConditionWindows | text | This string has to match a required format. See OS services monitoring.
Available logic operations:
Use one of the following values as a parameter for this condition:
| required |
Service status condition for alertingstatusConditionLinux | text | This string has to match a required format. See OS services monitoring.
Available logic operations:
Use one of the following values as a parameter for this condition:
| required |
Alerting delayalertActivationDuration | integer | The number of 10-second measurement cycles before alerting is triggered Set this value to control the speed of alerting. One is the lowest setting equal to one 10-second sample. If you set this value to 30, alerting is triggered after 5 minutes. | required |
Detection rulesdetectionConditionsWindows | windowsDetectionCondition[] | - | required |
Detection rulesdetectionConditionsLinux | linuxDetectionCondition[] | - | required |
Propertiesmetadata | Set<MetadataItem> | Set of additional key-value properties to be attached to the triggered event. You can retrieve the available property keys using the Events API v2. | required |
windowsDetectionCondition
objectProperty | Type | Description | Required |
---|---|---|---|
Rule scoperuleType | enum |
| optional |
Service propertyproperty | enum |
| required |
Conditioncondition | text | This string has to match a required format. See OS services monitoring.
Available logic operations:
Brackets ( and ) that are part of the matched property must be escaped with a tilde (~) | required |
ConditionstartupCondition | text | This string has to match a required format. See OS services monitoring.
Available logic operations:
Use one of the following values as a parameter for this condition:
| required |
Custom metadatahostMetadataCondition | HostMetadataCondition | - | required |
linuxDetectionCondition
objectProperty | Type | Description | Required |
---|---|---|---|
Rule scoperuleType | enum |
| optional |
Service propertyproperty | enum |
| required |
Conditioncondition | text | This string has to match a required format. See OS services monitoring.
Available logic operations:
Brackets ( and ) that are part of the matched property must be escaped with a tilde (~) | required |
ConditionstartupCondition | text | This string has to match a required format. See OS services monitoring.
Available logic operations:
Use one of the following values as a parameter for this condition:
| required |
Custom metadatahostMetadataCondition | HostMetadataCondition | Host custom metadata refers to user-defined key-value pairs that you can assign to hosts monitored by Dynatrace. By defining custom metadata, you can enrich the monitoring data with context specific to your organization's needs, such as environment names, team ownership, application versions, or any other relevant details. | required |
MetadataItem
objectProperty | Type | Description | Required |
---|---|---|---|
KeymetadataKey | text | Type 'dt.' for key hints. | required |
ValuemetadataValue | text | Type '{' for placeholder hints. | required |
HostMetadataCondition
objectProperty | Type | Description | Required |
---|---|---|---|
Key must existkeyMustExist | boolean | When enabled, the condition requires a metadata key to exist and match the constraints; when disabled, the key is optional but must still match the constrains if it is present. | required |
KeymetadataKey | text | - | required |
ConditionmetadataCondition | text | This string has to match a required format.
Available logic operations:
Brackets ( and ) that are part of the matched property must be escaped with a tilde (~) | required |