...
Enable Monitoring Service with A-Stack Prime
- Monitoring Service
...
- HsqlDB Storage
- HTTP pull Request
- Default
...
- is not packaged with A-Stack Prime.
- The user can download A-Stack regular and extract the project by creating a zip file (archive the contents of: resources/atomiton/mntrsrvc folder.
- Extract the zip file on deployed A-Stack prime and add resources/atomiton/mntrsrvc/deploy to sff.local.config.xml
Monitoring Service Cost
- HsqlDB Storage: To store a single instance of last monitored parameters. Size of the DB does not grow more than 5KB.
- Schedule Job: Pull data from TQLEngine Management layers. Default is 30s interval.
Monitoring Service Usage
- Monitoring Service exposes HTTP / WS Endpoints to receive the values of monitored parameters
- Implement as a heatbeat in a Peer: It is recommended to embed the service with each peer.
Extending Monitoring Service
...