Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v3.0.0rc7
  • v3.0.0rc6
  • v3.0.0rc5
    238e5b10 · Prepare 3.0.0rc5. ·
  • v3.0.0rc4
  • v3.0.0rc3
  • v3.0.0rc2
  • v3.0.0rc1
    4e49c191 · Extend CI coverage, etc. ·
  • v2.0.1
    4d06bbe9 · Prepare release 2.0.1. ·
  • v2.0.1rc2
    f6dddc88 · Prepare 2.0.1rc2. ·
  • v2.0.1rc1
    2e3e2a34 · Prepare 2.0.1rc1. ·
  • v2.0.0 Release: v2.0.0
  • v2.0.0rc3
    427f2542 · Bump version to 2.0.0rc3. ·
  • v2.0.0rc2
    356488d8 · Bump version to 2.0.0rc2. ·
  • v2.0.0rc1
    dde15c5a · Bump version to 2.0.0rc1. ·
  • v1.9.1
    3c691234 · Bump version to 1.9.1. ·
  • v1.9.1rc1
    1395c64f · Bump version to 1.9.1rc1. ·
  • release-1.9.0
    193594c5 · Prepare release 1.9.0. ·
    Release 1.9.0.
    
    Important changes:
    - Move scheduled cleanup from `check_arcce_monitor` to `check_arcce_clean`.
      As a consequence users may want to run `check_arcce_clean` at least once
      per every hour.
    - Keep better track of the work done by `check_arcce_monitor` and
      `check_arcce_clean`. Try to bail out within a slotted time to avoid
      unclean exits and spurious Nagios alerts. Instead report on the progress
      and raise a warning or critical alerts if it seems like the probes are not
      keeping up.
    - Clean up jobs from the local ARC job file which cannot be queried and
      which do not correspond to any active job.
    - The operation of `check_arcce_monitor` can now be restricted to jobs for a
      certain CE and/or those having been created with a certain `--job-tag`.
      This should allow running one monitor service per CE and/or job type,
      though it has not been tested under Nagios.
    
    Minor fixes:
    - Remove execute bit and shebang from `arcce_igtf.py`.
    - In `check_archostcert` consider certs unusable 2 days before expiration.
    - Various timeouts have been adjusted or added.
    - Fix repeated renaming of output directories from `arcget`.
    - Make random adjustments to rescheduled job times and process rescheduled
      and monitoring work in random order.
    - Remove deprecated `--use-jobs-xml` option from `check_arcce_clean` and
      some other ancient stuff which nobody will notice.
    - Avoid warning due to unparsed 12 hex-digit lines from `arcstat`.
    - Various minor fixes.
  • release-1.9.0rc1
    fd1e565b · Prepare release 1.9.0rc1. ·
    Release candidate 1.9.0rc1.
    
    Important changes:
    - Move scheduled cleanup from `check_arcce_monitor` to `check_arcce_clean`.
      As a consequence users may want to run `check_arcce_clean` at least once
      per every hour.
    - Keep better track of the work done by `check_arcce_monitor` and
      `check_arcce_clean`. Try to bail out within a slotted time to avoid
      unclean exits and spurious Nagios alerts. Instead report on the progress
      and raise a warning or critical alerts if it seems like the probes are not
      keeping up.
    - Clean up jobs from the local ARC job file which cannot be queried and
      which do not correspond to any active job.
    - The operation of `check_arcce_monitor` can now be restricted to jobs for a
      certain CE and/or those having been created with a certain `--job-tag`.
      This should allow running one monitor service per CE and/or job type,
      though it has not been tested under Nagios.
    
    Minor fixes:
    - Remove execute bit and shebang from `arcce_igtf.py`.
    - In `check_archostcert` consider certs unusable 2 days before expiration.
    - Various timeouts have been adjusted or added.
    - Fix repeated renaming of output directories from `arcget`.
    - Make random adjustments to rescheduled job times and process rescheduled
      and monitoring work in random order.
    - Remove deprecated `--use-jobs-xml` option from `check_arcce_clean` and
      some other ancient stuff which nobody will notice.
    - Avoid warning due to unparsed 12 hex-digit lines from `arcstat`.
    - Various minor fixes.
  • release-0.9.0rc1
    94126e33 · Prepare release 0.9.0rc1. ·
    Release candidate 0.9.0rc1
    
    Important changes:
    - Move scheduled cleanup from `check_arcce_monitor` to `check_arcce_clean`.
      As a consequence users may want to run `check_arcce_clean` at least once
      per every hour.
    - Keep better track of the work done by `check_arcce_monitor` and
      `check_arcce_clean`. Try to bail out within a slotted time to avoid
      unclean exits and spurious Nagios alerts. Instead report on the progress
      and raise a warning or critical alerts if it seems like the probes are not
      keeping up.
    - Clean up jobs from the local ARC job file which cannot be queried and
      which do not correspond to any active job.
    - The operation of `check_arcce_monitor` can now be restricted to jobs for a
      certain CE and/or those having been created with a certain `--job-tag`.
      This should allow running one monitor service per CE and/or job type,
      though it has not been tested under Nagios.
    
    Minor fixes:
    - Remove execute bit and shebang from `arcce_igtf.py`.
    - In `check_archostcert` consider certs unusable 2 days before expiration.
    - Various timeouts have been adjusted or added.
    - Fix repeated renaming of output directories from `arcget`.
    - Make random adjustments to rescheduled job times and process rescheduled
      and monitoring work in random order.
    - Remove deprecated `--use-jobs-xml` option from `check_arcce_clean` and
      some other ancient stuff which nobody will notice.
    - Avoid warning due to unparsed 12 hex-digit lines from `arcstat`.
    - Various minor fixes.
  • release-1.8.4
    8c821bf5 · Prepare release 1.8.4. ·
    Release 1.8.4.
    
      - Work around blocking semantic when using old Sqlite bindings and
        increase lock timeout to 10 s also when using new bindings.