Configuring Services / Configuring Analytics Database |
Describes the configuration settings for database status monitoring. Use this topic to update the configuration based on your requirement.This task provides instructions for configuring the database status monitoring settings in the application.conf file, including how to modify the default downtime threshold and enable or disable the monitoring service.
If the database service is down for a configured amount of time, the service monitor stops all services that are running. The default configured value is 15 minutes.
The following is the default configuration for database status monitoring in the application.conf file. However, you can modify the default values based on your requirement.
monitor.database { enabled = true downtimeThresholdMin = 15 }
To modify database status monitoring configuration, perform the following steps: