# Enable/disable performing backups of Starfish database according to schedule defined
# in /etc/cron.d/starfish.
# CAUTION: the parameter is set to true only if backup was configured during installation.
# Do not set the value to true manually, because it won't work. Run the Starfish installer again
# with 'backup-only' and 'sf-backup-path' flags to configure a database backup.
PG_BACKUP_CONFIGURED=false

# Enable/disable sending diagnostic reports
# according to schedule defined in /etc/cron.d/starfish
SENDING_DIAGNOSTIC_REPORTS_ENABLED=false

# Enable/disable sending diagnostic reports to
# starfish corporation. It is recommended to enable this option
# as emails help Starfish team quickly investigate any problems with the installation
SENDING_DIAGNOSTIC_REPORTS_TO_STARFISH_ENABLED=""

# Enable/disable sending diagnostic reports to
# starfish corporation in the form of json attachment to the email.
# It allows for regular automatic analysis of the reports.
# (this option is ignored if the email is not sent at all)
SENDING_DIAGNOSTIC_JSON_TO_STARFISH_ENABLED=""

# Obfuscate all the fields that may contain proprietary information
# in the diagnostic reports.
OBFUSCATE_CONFIDENTIAL_INFO_ENABLED=""

# If you want to receive diagnostic reports with warnings and errors,
# enter a space-separated list of emails below.
DIAGNOSTIC_REPORTS_EXTRA_EMAILS=""

# If you want to receive diagnostic errors-only reports,
# enter a space-separated list of emails below.
DIAGNOSTIC_REPORTS_EXTRA_EMAILS_ERRORS_ONLY=""

# You can customize FROM field of diagnostic reports emails.
# If not set, emails will be sent from root@hostname, where hostname is
# Starfish installation hostname.
DIAGNOSTIC_REPORTS_FROM_EMAIL=""

# If you want to prevent some phrases in diagnostic report to be considered
# as errors, enter them as Bash style egrep pattern. This prevents
# the email subject from containing '(ERROR)', if known
# errors are expected in the diagnostic report. Double quotes must be escaped.
# For example, if you want to ignore error lines containing 'app_name=myapp'
# or 'database "mydb" does not exist', use:
# "(app_name=myapp|database \"mydb\" does not exist)"
DIAGNOSTIC_REPORTS_IGNORED_ERRORS_PATTERN=""
