6.5.1

Table Of Contents
3 In the  column, type script or command information:
For this type of command... Enter this...
EXE executable files
Full pathname of the command. For example, to run the cmd.exe
command in the C:\tools directory, type:
c:\tools\cmd.exe.
BAT batch file
Full pathname of the command as an argument to the
c:\windows\system32\cmd.exe command. For example, to run the
cmd.bat command in the C:\tools directory, type:
c:\windows\system32\cmd.exe /c c:\tools\cmd.bat.
N The command and its parameters must be formaed into one
string.
If your script does not make use of the alarm environment variables, include any necessary parameters
in the conguration eld. Enclose parameters in curly brackets. For example:
c:\tools\cmd.exe {alarmName} {targetName}
c:\windows\system32\cmd.exe /c c:\tools\cmd.bat {alarmName} {targetName}
The script can run on any platform. You must provide the path to the script and argument keys. For
example:
/var/myscripts/myAlarmActionScript {alarmName} {targetName}
4 (Optional) Congure alarm transitions and frequency.
5 Click Finish to save the alarm seings.
Alarm Environment Variables for Scripts
To simplify script conguration for alarm actions, VMware provides environment variables for VMware
alarms. Use the variables to dene more complex scripts and aach them to multiple alarms or inventory
objects so that the alarm action occurs when the alarm triggers.
Table 44. Alarm Environment Variables
Variable Name Variable Description Supported Alarm Type
VMWARE_ALARM_NAME The name of the triggered alarm. Condition, State, Event
VMWARE_ALARM_ID The MOID of the triggered alarm. Condition, State, Event
VMWARE_ALARM_TARGET_NAME The name of the entity on which
the alarm triggered.
Condition, State, Event
VMWARE_ALARM_TARGET_ID The MOID of the entity on which
the alarm triggered.
Condition, State, Event
VMWARE_ALARM_OLDSTATUS The old status of the alarm. Condition, State, Event
VMWARE_ALARM_NEWSTATUS The new status of the alarm. Condition, State, Event
VMWARE_ALARM_TRIGGERINGSUMMARY A multiline summary of the
alarm.
Condition, State, Event
VMWARE_ALARM_DECLARINGSUMMARY A single-line declaration of the
alarm expression.
Condition, State, Event
VMWARE_ALARM_ALARMVALUE The value that triggered the
alarm.
Condition, State
VMWARE_ALARM_EVENTDESCRIPTION A description of the alarm status
change event.
Condition, State
VMWARE_ALARM_EVENTDESCRIPTION A description of the event that
triggered the alarm.
Event
Chapter 4 Monitoring Events, Alarms, and Automated Actions
VMware, Inc. 117