RMC Interface Table Option
Overview
The table option constructs a table in the view. Use this when the full variable names are not known at the time the template is created.
For example, when monitoring Sink Distributor User Mounts it is not possible to fully specify the variable names, as new mounts may come and go. Instead, a pattern that the variable names fall into is specified.
Table option configuration
When you opt a data template and choose the table option, here are the ways you can configure the table:
Record seed
This option is used to retrieve data from recurring variable strings, such as user, mounts, services, and so on.
The record seed replaces the recurring variables followed by the various fields to be retrieved.
For more information, see $HOST and $INSTANCE substitutions in RMC Interface Plug-in Technical Reference.
Mandatory: Yes
Key like
The key in the variable name must map to a text string that is unique across all the records in the RMC data stream.
Sometimes it is necessary to only pick the records that have the key that match a specific pattern. For example, when monitoring Service instances, the key must have a text followed by a number. If this pattern restriction is not specified, the Service summary records (text without number) will also be displayed.
The key forms the changeable part of the record seed. This can be the username, serverId, service name, and so on. The key can be several variable parts.
Key pattern can be specified using combinations of matchElements in any order.
Match Element | Description |
---|---|
Number | Matches any combination of 0-9 up to a '.' |
Text | Matches any combination of characters up to a '.' or a number. |
Any | Matches any combination of characters up to a '.' |
Mandatory: Yes
Fields
Define the fields that will be shown in the table.
Field | Description |
---|---|
Name |
Name of the column that shows this field. Mandatory: Yes |
options (second column) |
Denotes the field content type:
|
Strip |
Some RMC variables contain additional information that may not be desired, this command can be used to truncate the contents of a variable at a predefined position. You have the option to truncate |
options (right column) |
Provides the option to show the variable as a rate. When Show as rate is enabled, then you can configure the following options:
Mandatory: No For more information on the Show as rate options, see Rate calculation in RMC Interface Plug-in Technical Reference. |
Unified strings
This is an optional parameter that indicates that the specified unified strings are to be considered as a single element that matches a single element in the pattern specified with Key like.
For example, if a.b.c
is specified as a unified string, then the record 'a.b.c.1.d' will match the pattern Text + Number + Text
.
Wildcards can be used in unified strings. Each *
will match a single dot-separated element in the key.
For example, *.a.b
will match 'xxx.a.b' but not 'xxx.yyy.a.b'.
Mandatory: No