Additional options
- Last Updated: March 30, 2020
- 3 minute read
- OpenEdge
- Version 12.2
- Documentation
The following table describes the additional
options -detail and -verbose.
-detail and -verbose options
will be processed regardless of the position in which you enter
them on the command line.| Option syntax | Purpose | How to use |
|---|---|---|
-detail
|
To format the display to provide a block of
information about the alert, shown in the command line. The block of information matches what you see when you display the alert in the console. See Table 2 for a summary of the alert list details. |
Provide the -detail option
along with the option whose alert information you want to see listed. |
-verbose
|
To change the resource column of the displayed
alerts from the generic format AdminServer:resource name
to the fully qualified resource key. See Figure 1 to see an
example of how to use the |
Provide the -verbose option
along with the option whose alert information you want to see listed. |
Figure 1 identifies a command line that
generates a group selection based on the -restype option
that also includes the -verbose option. Note that
the resource name, listed in the Resource column,
specifies the fully qualified resource key. A fully
qualified resource key is the most complete reference to a resource.
The default format for a fully qualified resource key identifies
each resource by its AdminServer name, the resource category to
which the resource belongs, and the specific resource type and associated
resource name.
In Figure 1, the fully qualified resource key information identifies localhost as the AdminServer, the resource category as system, and the specific cpu resource name as CPU.

Use the fully qualified resource key to:
- Ensure that you are not confusing one resource name with another one that is either identical or similar. For example, it is possible to confuse a wsbroker1 on one AdminServer with another wsbroker1 on a different AdminServer. Referencing a resource by its explicit fully qualified resource key eliminates confusion as to what resource you are working with.
- Provide easy access to the complete resource information. You
can cut and paste the fully qualified resource key into the command
line when you use the
-resourcegroup option.
The following table lists the details that can appear in the alert list.
| Name | Description |
|---|---|
Alert ID
|
The number given to the alert. |
Alert name
|
The name of the alert. |
Alert severity
|
Whether the alert is considered an error, a warning, or informational or severe in nature. |
Alert message
|
The content of the alert message; for example, notification that the Database Resource known as the OpenEdge Management Trend Database has been enabled. |
Alert count
|
The number of times the alert has occurred. |
AdminServer
|
The name of the AdminServer to which the resource belongs. |
Resource
|
The name of the resource; for example, OpenEdge Management Trend Database. |
Last fire date
|
The time and date when the alert was last fired. |
First fire date
|
The time and date when the alert was first fired. |
Has been seen?
|
Whether the alert has been seen yet (either true if
it has been seen or false if it has not been seen). |
Seen by
|
If the alert has been seen, the name of the
user who saw it. (If the alert has not been seen, the Seen
by field does not appear.) |
Examples
Enter the following command to see a list of existing OpenEdge Management alerts from the command line:
|
Information about the current alerts appears, as shown below.

In Figure 2 there are eight alerts across a number of resources. As identified in the Resource column, all of these resources are on the localhost AdminServer. The alert ID numbers (ID) and severity (Severity) are also provided.
Enter the following command for a list of alerts for all OpenEdge server resources:
|
You see any alerts that exist for any OpenEdge server resources (openedge) listed. If there are no existing alerts, you receive the message shown below.

To see specific
details about the alerts that exist for system resources, use either
the -detail option or the -verbose option.
Enter
the following command to examine the results of using the -detail option:
|
The details appear, as shown below.

Enter the
following command to examine the results of using the -verbose option:
|
The details appear, as shown below.
