HP Systems Insight Manager User Manual

Page 226

Advertising
background image

In addition to these "automatic" EV's, user-defined environment variables may be set as part of
scripting in the TDEFs.

Table 37 Environment Variables

Description

Names values

The short string type of event (like Discovered Device)

NoticeLabel

Shows whether the event has been cleared

NoticeState

Plain text description of the event and also includes whether
it is set to In Progress, Cleared, or Not Cleared

NoticePlainText

The raw data of the event that was sent and in a string
format. It is in a pipe (|) delimited format that can be used
for simple parsing

NoticeRawData

Can be Critical, Major, Minor, Unknown, Normal,
Warning, or Informational

NoticeSeverityStr

An integer format of the severity

NoticeSeverity

1 – Normal

2 – Warning

3 – Minor

4 – Major

5 – Critical

6 – Informational

Displays the event list that generated the event. In the format
of:

NoticeQueryName

This device or event meets the following query criteria:

+QueryName;

This device or event now meets the following query
criteria:

+QueryName;

This device or event no longer meets the following query
criteria:

QueryName

Name of the device that generated the event

DeviceName

Number of IPX addresses that are mapped to this device

DeviceIpxAddressCount

Number of IP addresses that are mapped to this device

DeviceIPAddressCount

Based on the count of IP addresses, %d is an integer that
shows the actual IP address. For example, if

DeviceIPAddress%d

DeviceIPAddressCount=2 then
DeviceIPAddress0=111.111.111.111 and
DeviceIPAddress1=222.222.222.222.

Based on the MAC address count, %d is an integer that
references the actual MAC address variable. If

DeviceMACAddress%d

DeviceMACAddressCount=2 then,
DeviceMACAddress0=00:80:5E:7F:B0:81 and
DeviceMACAddress1=00:80:C7:29:EF:B6

If tied to an event list and the event was a SNMP trap, then
this is set to the SNMP generic trap ID of the trap received

GenericTrapID

If tied to an event list and the event was a SNMP trap, then
it is set to the SNMP specific trap ID

SpecificTrapID

226 Custom tool definition files

Advertising