get list of alerts and list of agents
search cancel

get list of alerts and list of agents

book

Article ID: 403138

calendar_today

Updated On:

Products

CA Application Performance Management (APM / Wily / Introscope)

Issue/Introduction

Would like to know what is being monitored by the APM enterprise manager. We need to get the monitored resources list and also alerts that are setup in the environment.

Resolution

Please take a look at following couple of options that can help you here.

1-

APM Command-Line Workstation

Run CLW commands from <MOM_EM_Home>/lib directory. On Linux

Example: To get list of monitored agents:
java-Xmx1024M -Duser=<user> -Dpassword=<password> -Dhost=<MOM_EM_Home> -Dport=5001 -jar CLWorkstation.jar list agents matching \(.*\)

Example: To get list of alerts:
java-Xmx1024M -Duser=<user> -Dpassword=<password> -Dhost=<MOM_EM_Home> -Dport=5001 -jar CLWorkstation.jar list alerts matching \(.*\) in management modules matching \(.*\)

You can direct command output to a file as appropriate.

 

2-

You can also use the reporting tool that is available with APM.

Introscope Reporting

cancel How to generate an APM report to list the Build and Release Information for all agents connected to the EM