DSB Monitoring

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History

The DSB has its own monitoring collectors and APIs and is totally independent from any monitoring tools. This API can be found in module dsb-monitoring-api. Different implementations are provided by default and are listed below.
{info}The global configuration file for monitoring stuff is located under DSB/conf/monitoring.conf. Change the active flag to activate monitoring or not.{info}

h3. EasierBSM implementation

* -monitoring.active=BOOLEAN where BOOLEAN is true or false: Activate or not monitoring by static configuration. Note: Changing this parameter value at runtime has no effect.-
* *easierbsm.base*=URL is the base URL of the BSM endpoints. As described in the BSM documentation, each DSB endpoint enable a monitoring endpoint which address is built from the easierbsm base URL plus the endpoint name + a suffix. By default, the base value is set to [http://localhost:8086/services/]
* *easierbsm.admin*=URL where URL is the URL of the monitoring management endpoint ie the one which will receive the new registration query as described above. By default this value is set to [http://localhost:8086/services/adminExternalEndpoint]

h3. Web service notification implementation