Description

Fires an alert in OpenEdge Management.

Syntax

fathom -firealert [alertmessage]

OpenEdge Management also supports generation of application-specific alerts. In your application, you can send alerts to OpenEdge Management using the -firealert options.

Example

To fire an alert for a CPU resource, you can use the following command:

fathom -firealert JOBFAILED -resource CPU -msg 'JOB XYZ FAILED'

To view the alert details of a CPU resource, you can use the following command:

fathom -alertlist -detail -resource CPU