DSB Monitoring

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

Changes (2)

View Page History
* *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:8180/services/|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:8180/services/adminExternalEndpoint|http://localhost:8086/services/adminExternalEndpoint]
{info}Note that the global configuration file (monitoring.cfg) is used to activate or not all the monitoring implementation.{info}

h4. Code

The DSB related code for easierBSM implementation can be found at:

* _modules/dsb-eaiserbsm-connector/_ : easierBSM client implementation. 
* _modules/dsb-kernel-easierbsmservice/_ : easierBSM client factory
* _modules/dsb-kernel-monitoringservice/_ : Abstract monitoring kernel service which listens to new endpoints and notify the monitoring bus, send monitoring reports using the 2 modules above.


h3. Web service notification implementation