Attribute |
Value |
Description |
ResponseName |
|
$nameDescription |
Action |
|
Identifies the action being defined or changed for this response. All
the attributes below this are for this action name.$actionStr |
ActionScript |
|
The command to run when this response is triggered by a condition it is
associated with. This script can be edited using the File Manager module of webmin. |
DaysOfWeek |
|
Which days this action can be run on. (If the response is triggered
on a day not in this list, the action won't be run.) The days
are identified by integers separated by plus signs, with 1 meaning Sunday
and 7 meaning Saturday. A hyphen can be used to indicate a range,
e.g. 2-4 means Monday, Tuesday, Wednesday. The default value for
this property is all days. |
TimeOfDay |
|
The range of time within the day that this action can be run during. Format
is HHMM-HHMM, where the 1st part is the starting time in hours and minutes
and the 2nd part is the ending time. The default is all day, i.e.
0000-2400. |
ReturnCode |
|
The expected return code of the action script which indicates success.
The default is 0. |
CheckReturnCode |
|
Whether or not to check the return code of the action script. |
EventType |
|
If this action should be run when events occur (a), rearm events occur
(r), or both (b). The default is a. |
StandardOut |
|
A value of "y" means direct the standard out of this action script
to the audit log. Normally only standard error is directed to the
audit log. |
EnvironmentVars |
|
Environment variables to be set before the action is run. Format
is env-var=value,.... |
UndefRes |
|
Specifies that the action is to be run when a monitored resource becomes
undefined. |