IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Monitoring tool for Integration Server and other components

    Posted Tue November 23, 2021 03:37 PM

    What product/components do you use and which version/fix level?

    Integration Server 10.7

    What are trying to achieve? Please describe in detail.

    Hello Experts,

    I would like to know if there are built in services that i can invoke to create a monitoring tool that will let me know the overall health of the integration servers including other components such as JDBC connection, server health(disk space,) cluster, etc.

    Thanks and good day to everyone!

    Do you get any error messages? Please provide a full error message screenshot and log file.


    #Integration-Server-and-ESB
    #Managed-File-Transfer
    #webMethods
    #B2B-Integration


  • 2.  RE: Monitoring tool for Integration Server and other components

    Posted Tue November 23, 2021 03:54 PM

    These should help -

    • Command Central is your out-of-the-box answer, available for free since you’re a customer

    • Combine it with the Admin API (see page 991 here) for the low-level items such as JDBC connections, triggers, etc.

    • For the IS cluster, I assume you use Terracotta Big Memory, so it comes with a console named Terracotta Management Console

    • If you want to delve into the JVM, you can use jvisualvm and other tools that ship with the JVM (see your installation)

    • For sake of completeness, there are third-party commercial products available as well

    Note - Take a look at this post for more options (link).

    KM


    #Managed-File-Transfer
    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 3.  RE: Monitoring tool for Integration Server and other components

    Posted Tue November 23, 2021 03:55 PM

    Hi Paul,

    If you have Microservice license, you can use /health or /metrics endpoint for this purpose. Please refer to Microservices Runtime guide provide more details on this Overview of Monitoring Microservices Runtime (softwareag.com).

    Regards,
    -Kalpesh


    #Integration-Server-and-ESB
    #webMethods
    #Managed-File-Transfer
    #B2B-Integration


  • 4.  RE: Monitoring tool for Integration Server and other components

    Posted Wed November 24, 2021 01:12 AM

    Hi @paulryan.uchi ,

    I agree with Kalpesh. Metrics endpoint is helps you to export the results to Grafana? May I know which monitoring tool are you plan to use for this?

    Thank you,
    Srikanth


    #Managed-File-Transfer
    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 5.  RE: Monitoring tool for Integration Server and other components

    Posted Wed November 24, 2021 07:46 AM

    Hi,

    in addendum to the previous answers:
    If you have an Optimize for Infrastructure license, you can use this.

    Regards,
    Holger


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB
    #Managed-File-Transfer


  • 6.  RE: Monitoring tool for Integration Server and other components

    Posted Wed November 24, 2021 08:09 AM

    Also remember that if you want to monitor transaction or services then you have a number of options too

    end to end monitoring - /integration/e2e_monitoring/
    Insight - webMethods Insight - Discover and Monitor IS

    or via local development e.g.

    regards,
    John.


    #Integration-Server-and-ESB
    #B2B-Integration
    #Managed-File-Transfer
    #webMethods