Configuring the Flogo Enterprise Monitoring App
The following properties can be set when running the
Flogo Enterprise Monitoring app as described in
Running the Flogo Enterprise Monitoring App.
Note: These properties can also be set in the
flogomon/config/config.env
file. If you have set the properties while starting the app, the values in the
config.env
file are ignored, and the values specified during the startup take precedence.
Property | Description |
---|---|
FLOGO_MON_DATA_DIR | The
Flogo Enterprise Monitoring app uses a file-based data store. This property provides the folder where the
applist.json file must be stored. If you run a Docker app with persistent volumes, the
applist.json is created at the location specified as persistent volume.
Default value: User Home |
FLOGO_MON_RETRY_INTERVAL | The interval (in seconds) after which the
Flogo Enterprise Monitoring app retries to ping all instances of the Flogo app registered with the
Flogo Enterprise Monitoring app. For example, if an app is down or the network is slow, the
Flogo Enterprise Monitoring app tries to collect monitoring data after the value specified in this property.
Default value: 30s |
FLOGO_MON_RETRY_COUNT | Number of times the
Flogo Enterprise Monitoring app retries to ping all the instances before removing the instance from the datastore.
For example, if an app is down or the network is slow, the Flogo Enterprise Monitoring app tries to collect monitoring data the number of times specified in this property. Default value: 5 |
FLOGO_MON_API_KEY | The API Key that is used by the Flogo app to register with the
Flogo Enterprise Monitoring app. The API key must be provided when starting the
Flogo Enterprise Monitoring app and the same API key must also be provided when starting the app. The app registers with the
Flogo Enterprise Monitoring app using the API key provided. If an API key is not provided, the app is not registered with the
Flogo Enterprise Monitoring app.
Default value: Blank |
FLOGO_MON_SERVER_PORT | The port on which the
Flogo Enterprise Monitoring app must be started.
Default value: 7337 |
FLOGO_MON_LOG_LEVEL | The log level for the Flogo app.
Default value: INFO |
Properties related to TIBCO Flogo® Flow State Manager | |
FLOGO_FLOW_SM_ENDPOINT | The endpoint of Flogo Flow State Manager. The format to set the property is:
For example:
Note: This property needs to be set when starting the app binary after Flogo Flow State Manager is up and running. |