Overview

The SeedStack monitoring add-on provides modules exposing API which report the monitoring status of your application to Web clients.

The following modules are available:

  • Batch monitoring module which reports upon the status of Spring Batch jobs.
  • MQTT monitoring module which reports upon the status of MQTT connections.

Monitoring UI

You can write your custom UI or benefit from the built-in W20 UI provided by this add-on. To do so, add the following dependency to your Web application:

<dependency>
    <groupId>org.seedstack.addons.monitoring</groupId>
    <artifactId>monitoring-web</artifactId>
</dependency>
Show version
dependencies {
    compile("org.seedstack.addons.monitoring:monitoring-web:3.1.0")
}

This dependency will not provide the monitoring itself, only the UI. You must also add one or more monitoring modules provided by this add-on.

   

On this page


Edit this page