Starting Flogo Enterprise Monitoring with Details of Flogo Flow State Manager
Start Flogo Enterprise Monitoring with the host and port details of the Flogo Flow State Manager:
- Procedure
Start the TIBCO Flogo® Enterprise Monitoring app. When starting the app, use the
FLOGO_FLOW_SM_ENDPOINT
environment variable to specify the host and port of the Flogo Flow State Manager. For example:docker run -it -e FLOGO_MON_DATA_DIR=/opt/flogomon/data -eFLOGO_FLOW_SM_ENDPOINT=http://<host>:<port>
-v ~/temp:/opt/flogomon/data -p 7337:7337<fe-mon docker image name>
- Procedure
Check the console log to verify that a successful connection has been established with Flogo Flow State Manager.
If you notice a connection error in the log, verify whether the Flogo Flow State Manager is running and the host/port details are configured correctly.