Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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. You can also use the JMX attributes below to manually check the consistency of images.

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

  • No labels