Kbase P159145: Is there away to create a report or job that will show all resources being monitored and what rule s
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/12/2010 |
|
Status: Verified
GOAL:
Is there away to create a report or job that will show all resources being monitored and what rule sets were applied to OpenEdge Management?
GOAL:
Is there a report to show all resources being monitored and what rule sets were applied to OpenEdge Management?
GOAL:
Is there a job to show all resources being monitored and what rule sets were applied to OpenEdge Management?
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge Management
FIX:
There are no packaged tools that will do this.
The information may be obtained by doing the following:
1. For resources and what they are, 4gl code written against the fathom trend database would give you that information.
2. For resources with monitoring plans and/or alerts, you will need the $Fathom/config/fathom.odb database information. The easiest way to get this is run fathom -dump filename.xml. Then use an xml reader to read it
or convert it to an Excel spreadsheet format.