Chapter 6 Java Event List Configuration

Creating HTML Pages

ViewName Parameter

The ViewName parameter is a string that labels the button and window that appear in float mode. For example:

<param name=”ViewName” value=”High Severity”>

This parameter is used when the configuration namefromhtml is set to true.

Order Parameter

The Order parameter is the SQL text of an ordered by clause. For example:

Severity desc orders by descending severity

Severity asc orders by ascending severity

You can specify multiple orders, with precedence going from left to right, by separating entries with a comma. For example, enter:

<param name=”Order” value=”Severity desc, Serial asc”>

This parameter is used when the configuration orderfromhtml is set to true.

ViewFields Parameter

The ViewFields parameter controls the display of fields. For example, enter:

<param name=”ViewFields” value=”Serial,,Serial,R,10Node,,Node,,16 Summary,,Summary,,64Severity,,Sev,,10Acknowledged,,Ack,,3FirstOccurence,,First,,16Owne rID,,Owner,,16”>

The fields are listed in the following format:

FieldName,Justify,Title,JustifyTitle,Width [ FieldName,Justify,Title, JustifyTitle,Width

]...

The fields are as follows:

FieldName is the field from the Info Server

Justify is the justification of the field name. If omitted the default is left.

Title is the text to appear above the column when it is displayed,

JustifyTitle is the justification of the column title. If omitted the default is left.

Width is the number of characters.

The vertical bar character () is used to separate the entries.

If you do not include the Severity field, no severity coloring appears. If you do not include the Acknowledged field, no acknowledgment shading appears. This feature allows you to prevent severity and acknowledgment information appearing in the event list. This parameter is used when the configuration fieldsfromhtml is set to true.

Cisco Info Center Administrator Reference

6-22

78-5664-05

 

 

Page 22
Image 22
Cisco Systems 78-5664-05 manual ViewName Parameter, Order Parameter, ViewFields Parameter