Event notifications
When an event occurs, you can have the system send an email, run an external command, or relay events to the platform. Email can be aggregated whereas commands cannot.
- To specify that you want to relay an event to Platform Manager, specify a notification type
(-notifyType platform).
This option is available starting from 11.2.1.9.
- To specify an email, specify a notification type (-notifyType email), a
destination (-dst), a message (-msg), and optionally, a body text
(-bodyText).
You can specify multiple email addresses that are separated by a comma and no space. For example, jdoe@company.com,jsmith@company.com,sbrown@company.com
- To specify that you want to run a command, specify a notification type (-notifyType runCmd), a destination (-dst), a message (-msg), and optionally, a body text (-bodyText).
When you are defining notification fields that are strings (-dst,
-ccDst, -msg, -bodyText), you can use $tag syntax
to substitute known system or event values. Table 1 lists
the system-defined tags that are available.