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.
Please take a look at following couple of options that can help you here.
1-
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.