# Maximum number of seconds to delay before running the insights-client. This
# value is used as a divisor in a modulo operation to generate a random number,
# therefore it is an error to set this value to zero.
# The cron job sleeps for N seconds before running, where N is the randomly
# generated number.
RANDOM_DELAY_SEC=14400

# Check for insights results after uploading an archive. Setting this variable
# to any non-empty value will enable a call to insights-client, checking for
# results from the uploaded archive. Results, if received, are stored in
# /var/lib/insights/.
ENABLE_CHECK_RESULTS="yes"
