File that defines which items are displayed for event conditions (attr_list.conf)
- Organization of this page
Format
# comment-line attribute-name attribute-name attribute-name . . . attribute-name
File
attr_list.conf (file that defines which items are displayed for event conditions)
attr_list.conf.model (model file for the file that defines which items are displayed for event conditions
Storage directory
- In Windows
-
- For a physical host:
-
Console-path\conf\action\attr_list
- For a logical host:
-
shared-folder\jp1cons\conf\action\attr_list
- In UNIX
-
- For a physical host:
-
/etc/opt/jp1cons/conf/action/attr_list
- For a logical host:
-
shared-directory/jp1cons/conf/action/attr_list
Description
This file defines the items to be displayed in the Attribute name field in the Action Parameter Detailed Definitions window. The Action Parameter Detailed Definitions window displays the items in the Attribute name field in the order they are specified in this file.
When the definitions are applied
The file that defines which items are displayed for event conditions is loaded when Central Console is started or when the jco_spmd_reload command is executed. When JP1/IM - View displays the Action Parameter Definitions window, it acquires the contents of the file that defines the items and which was loaded by Central Console, and then applies the file's contents to the Action Parameter Detailed Definitions window.
Information that is specified
- attribute-name
-
Specifies an item to be displayed in the Attribute name field of the Action Parameter Detailed Definitions window. Specify the attribute name of each item that is to be displayed with one item per line. You can specify from 0 to 256 items.
An attribute name is case sensitive. Any space or tab character immediately preceding or following the attribute name will be ignored.
The table below lists the attribute names that can be specified.
If you specify SEPARATOR, a horizontal line, such as --------------------, is displayed in the Attribute name field of the Action Parameter Detailed Definitions window. You can use SEPARATOR to separate the items that are used often from the items that are used infrequently.
If you specify only SEPARATOR, only a horizontal line is displayed in the Attribute name field. In such a case, no event condition can be set by selecting the separator line and then adding an event condition.
Table 2‒14: List of items that can be displayed No.
Display item
Attribute name
1
Source host
B.SOURCESERVER
2
Event level
E.SEVERITY
3
Object type
E.OBJECT_TYPE
4
Object name
E.OBJECT_NAME
5
Root object type
E.ROOT_OBJECT_TYPE
6
Root object name
E.ROOT_OBJECT_NAME
7
Occurrence
E.OCCURRENCE
8
User name
E.USER_NAME
9
Message
B.MESSAGE
10
Product name
E.PRODUCT_NAME
11
Event ID
B.ID
12
Start time
E.START_TIME
13
End time
E.END_TIME
14
Registered time
B.TIME
15
Arrived time
B.ARRIVEDTIME
16
Program-specific extended attribute
OTHER_EXTENDED_ATTRIBUTE
17
Reason for registration
B.REASON
18
Source process ID
B.PROCESSID
19
Source user name
B.USERNAME
20
Source user ID
B.USERID
21
Source group name
B.GROUPNAME
22
Source group ID
B.GROUPID
23
Source IP address
B.SOURCEIPADDR
24
Object ID
E.OBJECT_ID
25
Result code
E.RESULT_CODE
26
Event source host name
E.JP1_SOURCEHOST
27
Basic event information
B.BASIC
28
Detailed event information
B.DETAIL
29
--------------------
SEPARATOR
- Note:
-
If an attribute name has already been specified, subsequent specifications of the same name are ignored.
If the event display item definition file could not be read and the number of valid display items is zero, items 1 through 25 are displayed.
- #comment-line
-
A line beginning with a hash mark (#) is treated as a comment.
Example definition
B.SOURCESERVER E.SEVERITY E.OBJECT_TYPE E.OBJECT_NAME E.ROOT_OBJECT_TYPE E.ROOT_OBJECT_NAME E.OCCURRENCE E.USER_NAME B.MESSAGE E.PRODUCT_NAME B.ID E.START_TIME E.END_TIME B.TIME B.ARRIVEDTIME OTHER_EXTENDED_ATTRIBUTE B.REASON B.PROCESSID B.USERNAME B.USERID B.GROUPNAME B.GROUPID B.SOURCEIPADDR E.OBJECT_ID E.RESULT_CODE E.JP1_SOURCEHOST