Name

provider

Status Provider — Provides the last N values for specified variables in management service

<provider class="xms.template.provider.StatusProvider" />

Table 62. Attributes for provider tag (for xms.template.provider.StatusProvider)

NameDescriptionTypeDefault ValueRequired
countThe number of entries of history to trackint any integer10no
nameSets a name for this provider for referenceString any character combinationStatus Providerno
variablesA list of variables to trackString any character combinationnoneno

Example 60. Example configuration for Status Provider

Required attributes are marked with a bold typeface

<provider class="xms.template.provider.StatusProvider"
      count="count"
      name="name"
      variables="variables" />