Command
Type |
Description |
Argument |
Description |
Acknowledge Alert |
Specify the ID, or list
of IDs, for the alerts to acknowledge. AFter
an alert is acknowledged, the AlertTable Acknowledged field
updates and if the reNotificationTime is greater than zero, it does not
re-execute. |
ID |
The ID of
the alert.
This can either be a single ID or a semi-colon (;)
delimited list of IDs. |
Add Alert Definition File |
Adds an
Alert
Definition file to the data source. Alerts without names or with duplicate names are not added. |
Alert Definition File |
Name of
the
Alert
Definition file. |
Substitution |
Specify substitutions
for this Alert Definition File. Substitutions are optional and must use the following syntax:
$subname:subvalue $subname2:subvalue2
If a substitution value contains
a single quote, it must be escaped using a / :
$filter:Plant=/'Dallas/'
If a substitution value contains
a space, it must be enclosed in single quotes. Do not escape these single
quotes:
$subname:subvalue $subname2:'sub
value 2'
A substitution string cannot contain
the following:
:
|
|
|
.
|
tab
|
space
|
,
|
;
|
=
|
<
|
>
|
'
|
"
|
& |
/ |
\ |
{ |
} |
[ |
] |
( |
) |
|
Add Comment |
Adds a
time-stamped comment to the specified alert. NOTE: Existing comments on the
alert are not replaced, the new comment is added after previous comment(s). |
ID |
ID of the alert. |
Comment |
Enter comment. |
Clear
Alert |
Clears the specified alert. |
ID |
ID of the alert. This can either be a single ID or a semi-colon (;)
delimited list of IDs. |
Clear
Comments |
Clears all comments
from the specified alert. |
ID |
ID of the alert. |
Delete Index From Self Service Alerts Table |
Remove an alert index setting from the database table. NOTE: This command is
only available if Self Service Alerts are enabled and RTView has successfully
connected to the Alert Settings table. |
Alert Name |
Name of the alert containing the index to remove. |
Index |
Index to remove. |
Index Type |
Index type of the index to remove. |
User |
User name to specify in the Self Service Audit Table for this
update. NOTE: To specify value of user name from RTView login, if enabled, use
$rtvuser substitution. |
Enable Alert Definition |
Enables/disables the
specified alert definition object.
NOTE: It is not recommended that you use
this command on an alert that has the enabledFlag property attached to
data. |
Alert Name |
Name of the alert
definition object. |
Enable
|
Enter True to enable
and False to disable. |
Enable Alerts |
Enables/disables
all alerts in the active Alert
Definition files. |
Enable
|
Enter True to enable
and False to disable. |
Remove Alert Definition |
Removes the
Alert
Definition file from the data source. |
Alert
Definition |
The name of
the Alert
Definition file. |
Substitution |
Specify substitutions
for this Alert Definition file. This must match the substitution used
when the Alert
Definition file was added. |
Set Custom Alert Event
Attribute |
Set the value of a Custom
Alert Event Attribute. NOTE: This command is only
available if a Custom Alert Event Attribute
has been defined on the
Custom Alert Fields
tab in the Application Options dialog. |
ID |
ID of the alert.
This can either be a single ID or a semi-colon (;)
delimited list of IDs. |
Attribute Name |
Name of the Custom Alert Event Attribute. |
Attribute
Value |
Value of the the Custom Alert Event Attribute.
NOTE: This value must be of the Data Type specified for this Custom Alert
Event Attribute. |
Set Owner |
Specify the Owner of an alert. |
ID |
ID of the alert.
This can either be a single ID or a semi-colon (;)
delimited list of IDs. |
|
Owner |
Owner (string value) of the alert. |
Unacknowledge Alert |
Specify the ID, or list
of IDs, for the alerts to unacknowledge. After
an alert is unacknowledged, the AlertTable Acknowledged field updates, the renotification
command resumes, and the Severity and Count fields
in the alert table resume updating.
This command is tracked in the Alert Action Audit table as an Event Management
alert where the alert id is the target value. For details, see
Audit Alert Action. |
ID |
The ID of
the alert.
This can either be a single ID or a semi-colon (;)
delimited list of IDs. |
Update
Self Service Alerts Table |
Modify
an alert setting.
NOTE: This command is only
available if Self Service Alerts are
enabled and RTView has successfully connected to the Alert Settings Table. |
Alert
Name |
Name of the alert. |
Warning
Threshold Value |
Warning threshold value to store. If this value is
not a double, a null value will be stored. |
Alert
Threshold Value |
Alert threshold value to store. If this value is not
a double, a null value will be stored. |
Duration |
Duration value to store. If this value is not an
integer, a null value will be stored. |
Enabled
|
Enabled value to store. This can be a boolean
(true/false) or 0/1. Other values will be stored as false. |
Index |
Index to remove. |
Index Type |
Index type of the index to remove. |
Use Index |
Set to 1 (or true) to indicate that the alert should use this row in the
database, or to 0 (or false) to indicate it should ignore this row in the
database. |
User
|
User name to specify in the Audit Table for this
update. NOTE: To specify value of user name from RTView login, if enabled, use
$rtvuser substitution. |