DX Application Performance Management

  • 1.  Introscope-How to get list of all scheduled alerts in singleshot?

    Posted Apr 25, 2017 06:26 AM

    Hi Team,

     

    We have scheduled many email alerts in introscope based on the request. Now we need to pull all scheduled alerts from Introscope.

     

    so, How to get list of all scheduled alerts in singleshot?



  • 2.  Re: Introscope-How to get list of all scheduled alerts in singleshot?
    Best Answer

    Broadcom Employee
    Posted Apr 25, 2017 06:52 AM

    Hi,

     

    Hope this is what exactly you are looking for.

     

    How to count number of fired alerts 

     

    Regards
    Sri



  • 3.  Re: Introscope-How to get list of all scheduled alerts in singleshot?

    Broadcom Employee
    Posted Apr 25, 2017 10:29 AM

    Hi:

    Marking as answered since a good suggestion was provided. Please let us know if this was helpful and/or if you have follow-up questions

    Thanks

    Hal German



  • 4.  Re: Introscope-How to get list of all scheduled alerts in singleshot?

    Broadcom Employee
    Posted Apr 26, 2017 11:18 AM

    If I read the question right, I think he's asking for a list of all of your alerts. I believe the only way to do this is with the Command Line Workstation (CLW). The CLW allows you to, among other things, list all of the alerts for all management modules or specific management modules. The complete reference is at CLW Command Reference - CA Application Performance Management - 10.5 - CA Technologies Documentation 

     

    The specific CLW command you want will be something like:

    list alerts matching .* in management modules matching .*

     

    or for the full command (including CLW args), assuming user admin, password "password" (hopefully that's not your password), and that the EM is installed in /opt/introscope:

    /opt/introscope/jre/bin/java -Duser=admin -Dpassword=YourPassword -jar /opt/introscope/lib/CLWorkstation.jar "list alerts matching .* in management modules matching .*"

     

    Hope this helps,

    Barry



  • 5.  Re: Introscope-How to get list of all scheduled alerts in singleshot?

    Posted Apr 26, 2017 03:13 PM

    One way to explore is using Introscope API web services--alert polling:

    Alerts Polling Web Service WSDL - CA Application Performance Management - 10.5 - CA Technologies Documentation 

     

    Francis



  • 6.  Re: Introscope-How to get list of all scheduled alerts in singleshot?

    Broadcom Employee
    Posted Apr 30, 2017 11:49 AM

    Hi:

    There have been multiple responses. Have they answered your question and been helpful?

    Please let us know

    Thanks

    Hal German