DeploymetServerMonitor (ATG Oracle commerce)

There is a chance that some of your deployment projects in BCC are huge and takes several minutes, even hours to deploy, so a tool that delivers the status of such project's deployment comes in handy, I have created a deploymentServerMonitor component that will email you the status of the current state of both of your configured Sites, in my case I have both, production and Staging.

This is how those notification looks like on outlook and Android email clients.




Here is the code, It can be changed to use your own emailTools to generate the email, the message can be created as you are used to, and it can be changed to display more information if needed, and the chart is coming from chart.googleapis.com, that can be changed to use what you like better.



Comments