Previous Topic: Pre-defined Alert TemplatesNext Topic: Asset Inventory not Updated during Collection from SS


Asset Jobs not Updated

This template detects and alerts if a specified percentage of Asset jobs for one or more computer groups is not updated.

Parameters

This template supports the following parameters:

groups=<comma separated list of groups of interest>;

Specifies one or more computer group names separated by commas.

requiredPercentage=<Required percentage>;

Specifies the required percentage of the identified jobs within the specified groups that must be successful to avoid the alert being raised.

IncludeLinkedGroupJobs=[TRUE]|[FALSE];
TRUE

Specifies the value TRUE to include jobs that are linked to groups while identifying the jobs that must be included for verification.

FALSE

Specifies the value FALSE to ignore jobs that are linked to groups while identifying the jobs that must be included.

IncludeLinkedAssetJobs=[TRUE]|[FALSE];
TRUE

Specifies the value TRUE to include jobs that are linked to assets while identifying the jobs that must be included for verification.

FALSE

Specifies the value FALSE to ignore jobs that are linked to assets while identifying the jobs that must be included.

Note: When you do not specify IncludeLinkedGroupJobs or IncludeLinkedAssetJobs in the parameter list, the default behavior is to include the respective job link types.

assetJobNames=<comma separated list of job names>

Specifies the required job names for evaluation. When you do not specify, all the asset jobs for the specified group or groups are considered for evaluation.

Note: You can specify multiple job names with comma-separated value in the assetJobNames parameter. Use the following wild characters:

% (percentage)

Specifies a string of zero or more characters. For example, title LIKE %computer% finds all book titles with the word computer.

_ (underscore)

Specifies a single character. For example, _ean finds all four-letter first names that end with ean.

Example for the Parameters for Asset Jobs not Updated:

GROUPS=Groups1,Group2;RequiredPercentage=80;IncludeLinkedAssetJobs=TRUE;IncludeLinkedGroupJobs=FALSE;assetJobNames=%