Using CUPS
You can monitor an application by using Create User Provided Service (CUPS).
Before you beginEnsure that you create CUPS for
TIBCO BusinessWorks Container Edition monitoring.
- Procedure
- In the cloud foundry CLI, run the command
cf cups <monitoring_app_name> -p
"url".For example:http://comtibcobwcemonitoring.local.pcfdev.io
Note: Ensure the name of the CUPS for the monitoring application must be bwce-monitoring.After running the command, you can see the service running on the VMware Tanzu management web UI.
- Create the
manifest.yml file in the directory where the application EAR file is exported.
Note: The application name displayed on the monitoring dashboard is provided by the
manifest.yml
file. - Add
bwce-monitoring
as a service inmanifest.yml
. - In the cloud foundry CLI, run the
cf push
command to deploy the application on the cloud foundry. After the application is deployed successfully, you can see the service running on the VMware Tanzu management web UI.Note: After the application is successfully started, the TIBCO BusinessWorks Container Edition application gets registered with the monitoring application.