ASAP 2.8 Client Manual
Entity Definition Language (EDL)
HP NonStop ASAP Client Manual—425263-004
6-11
Ci - EDL Entity Property
Example
This example defines EDL properties of the CPU entity. These properties determine
how ASAP retrieves CPU entity information.
ENTITY CPU CI ASAP
COMMAND "CPU\*,RAW,TAB"
ENABLED YES
HELP "Central Processor Unit";
Entities have different characteristics. For example, the CI property is the Command
Interpreter used to retrieve information for that entity. The Command entity property
defines the command that is sent to the command interpreter to retrieve statistics for
that entity. The Enabled entity property indicates whether the entity is enabled by
default. The Help entity property defines the descriptive text that appears next to the
entity name on the Entity Tab of the ASAP Properties window.
General Syntax Rules
This list defines general rules of syntax for EDL. To maintain extensibility in the EDL
grammar, entity and attribute variant values are limited to these elements:
•
<Alpha> ::= Alpha characters, such as ABC
•
<AlphaNumeric> ::= AlphaNumeric characters, such as ABC123
•
<Boolean> ::= YES | NO | TRUE | FALSE
•
<Number> ::= Numeric characters, such as 123
•
<Quoted-String> ::= Any Chars between double quotes, such as "Any Text, 123"
•
<String> ::= <Alpha> | <AlphaNumeric> | <Numeric> | <Quoted-String>
Ci - EDL Entity Property
Ci string
The Ci entity property defines the name of the command interpreter that provides
information for this entity. The default value is ASAP; use of other values is not
supported.
Applies to: Client and Server
Default: ASAP
Example
CI ASAP
Command - EDL Entity Property
Command string