Installing TIBCO Flogo Enterprise Monitoring Application
Using the Flogo® Enterprise Monitoring application, you can monitor running Flogo Enterprise apps. The Flogo Enterprise Monitoring app collects metrics of flows and triggers from all registered running apps and provides a way to visualize the metrics.
To install the Flogo Enterprise Monitoring app:
- Procedure
- Download the
flogomon-<version>.zip
file. - Extract the
flogomon-<version>.zip
file.Theflogomon
folder created contains the following sub-folders:Folder Contains bin
The bin
folder contains executables to run the Flogo Enterprise Monitoring app on supported operating systems:1)
flogo-monitoring-alpine_amd64
(UNIX executable)2)
flogo-monitoring-linux_amd64
(Linux executable)3)
flogo-monitoring-mac_amd64
(MAC executable)4)
flogo-monitoring-windows_amd64
(Windows executable)5)
startup.bat
6)
startup.sh
config
Contains the default configuration file,
config.env
, for the Flogo Enterprise Monitoring app.Note: You can override the settings in theconfig.env
file by directly providing the configuration properties while starting the app.Dockerfile
Builds a Docker image for the binaries in the bin
folder.Dockerfile_alpine
Builds a Docker Alpine image for the binaries in the bin
folder.README
This Readme file provides basic instructions on setting up the Flogo Enterprise Monitoring app.