Consistency Check Service

Description

Consistency Check Service: Sets up a schedule to automatically check the consistency of compressed images. (You can set image compression rules in the Compression Service.) It checks to ensure you have the correct counts of objects by comparing against the counts in the database. If the check fails, the objects are marked as filed in the database. You can also use the JMX attributes below to manually check the consistency of images.

Dependencies

Attributes

TaskInterval

Interval in which to check for images for consistency. Format:

  • interval!from-to or NEVER
    • interval = ##s (in seconds), ##m (in minutes), ##h (in hours).
    • from = start hour (0-23) when no consistency check should be performed
    • to = end hour (0-23) when no consistency check should be performed
    • NEVER = disable automatic consistency checking
  • Example: 10s!9-17 means every 10 seconds, poll the database and check image consistency, except between the hours of 9:00am and 5:00pm. By setting this type of TaskInterval, you can ensure checks occur outside of peak imaging hours.

MinStudyAge

Minimum age of a study that will be checked for consistency, in

##w (in weeks), ##d (in days), or ##h (in hours).

MaxStudyAge

Maximum age of a study that will be checked for consistency, in

##w (in weeks), ##d (in days), or ##h (in hours).

MaxCheckedBefore

Maximum amount of time from the last consistency check, in

##w (in weeks), ##d (in days), or ##h (in hours).

LimitNumberOfStudiesPerTask

Maximum number of studies that are checked in one task.

Name

The class name of the MBean

State

The status of the MBean

StateString

The status of the MBean in text form

Operations

create

Standard MBean lifecycle method

start

The start lifecycle operation

stop

The stop lifecycle operation

destroy

The destroy lifecycle operation

jbossInternalLifecycle

The detyped lifecycle operation (for internal use only)

check

Check consistency of studies.

Notifications