Home > Global Settings > Advanced Settings > Services Level Settings > OCSP Monitor

OCSP Monitor

Property Description
Alert duration threshold Time duration to reset the threshold if number of alerts configured in ALERT_COUNT_THRESHOLD is not reached.
  • ALERT_DURATION_THRESHOLD = 300
Alert count threshold Number of occurrences after which an accumulative alert is sent against frequently occurring events. Default value: 3
  • ALERT_COUNT_THRESHOLD = 3
Transaction logs settings Transactions can be stored either directly or delayed for better performance. The following properties are used for logging:
  • TRANSACTION_LOG_MODE = LAZY
    Used to decide whether the transactions are kept in memory before these are stored in the database (LAZY logging) or directly stored in the database (EAGER logging). Possible values: LAZY, EAGER
    In case of LAZY logging the transaction logs are kept in memory upto the number of seconds configured in TRANSACTION_LOG_LAZY_INTERVAL or number of transactions configured in TRANSACTION_LOG_LAZY_RECORD_COUNT whichever is reached first

  • TRANSACTION_LOG_LAZY_INTERVAL = 2
    When LAZY logging is configured, transactions are kept in memory upto the configured time or if the configured TRANSACTION_LOG_LAZY_RECORD_COUNT is reached before it

  • TRANSACTION_LOG_LAZY_RECORD_COUNT = 400
    When LAZY logging is configured, transactions are kept in memory until the configured number of transactions is reached or if the configured TRANSACTION_LOG_LAZY_INTERVAL is met before it. 

See also