Upload Custom Dashboards
ConfigMyApp comes with an out-of-the-box dynamic dashboard template. click here to see what it looks like.
If the out of the box dashboard does not meet your requirements, you may use ConfigMyApp to upload custom dashboards. Use the following steps:
- Create the custom dashboard in the controller.
- Export the file to your local machine.
- Using your favorite text editor, find and replace the business application name with ‘ChangeApplicationName'. Please note that it is case sensitive.
- Copy the modified json file into the
custom_dashboard
folder - Repeat the steps above for all the custom dashboards you will like to create per application.
ConfigMyApp can process multiple custom dashboards from the `custom_dashboards` folder.
Runtime parameters
The run time parameter is --upload-custom-dashboard
and it defaults to false. For example:
./start.sh -c http://appd.saas.com -a MyApp --username=appd --password=appd --upload-custom-dashboard
Environment variables
CMA_UPLOAD_CUSTOM_DASHBOARD=true
Configuration file (config.json
)
"configuration": [
{
[truncated]
"upload_custom_dashboard": false
}
],