Kbase P141105: Can an OpenEdge Management alert be fired from the command line?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/02/2009 |
|
Status: Unverified
GOAL:
Can an OpenEdge Management alert be fired from the command line?
GOAL:
Is there a way to fire an alert outside the OpenEdge Management Console?
GOAL:
Is there a way to fire an alert outside the Fathom Management Console?
FACT(s) (Environment):
UNIX
Windows
OpenEdge Management 3.1x
FIX:
The "fathom" command may be used from the fathomenv prompt to fire an alert outside the Management Console.
fathom -firealert <alertName> -resource <resource name> [<options>]
ie:
fathom -firealert "Buffer_IO_High" -resource localhost:resource.database.local.Alerts-db
The following options can be used.
Any, none, or all of the following options may be used:
-httpport <portno> -action [<actionName>] -msg '<message>'
-who <username> -threshold <threshold number>
-value <trigger value>
httpport The HTTP port that fathom is running on, default is 9090
action The name of a defined action in Fathom or nothing.
msg The description of the alert enclosed in single quotes. Default
is blank.
who The username to be placed into the trend database as the person
generating the alert.
threshold The number representing the threshold compared for the alert.
value The number which triggered the alert.
severity The severity of the alert:
1 = Severe (Default)
2 = Error
3 = Warning
4 = Information