Skip to content

Commit

Permalink
Merge pull request #705 from ericvaandering/pr_125
Browse files Browse the repository at this point in the history
Merge probes for PR 125 into our image
  • Loading branch information
ericvaandering authored Jan 29, 2024
2 parents 8f0b1bf + 488a03c commit a70c3b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/rucio-probes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,19 @@ ADD https://raw.githubusercontent.com/ericvaandering/probes/hack_obsolete_replic
ADD https://raw.githubusercontent.com/nsmith-/probes/hack_replicas/common/check_deletable_replicas /probes/common

# TODO: Merge Donata's probes somewhere

# This is removed by 122 or 123 from Panos
ADD https://raw.githubusercontent.com/dmielaikaite/probes/dmielaik_probes/common/check_used_space /probes/common

# Where from?
# Supplanted in PR115 ADD https://raw.githubusercontent.com/ericvaandering/probes/cms_check_expired_rules/common/check_expired_rules /probes/common
ADD https://raw.githubusercontent.com/ericvaandering/probes/cms_check_expired_locked/common/check_expired_locked_rules /probes/common

# PR 122 - Should be in 33.4

ADD https://raw.githubusercontent.com/ericvaandering/probes/675-dev-merge-and-update-rse-based-probes/cms/check_rse_files_rules /probes/cms/

# PR 125 - Should be in 33.4
ADD https://raw.githubusercontent.com/haozturk/probes/CMSRucio-688-fix/cms/check_rule_counts /probes/cms/

RUN chmod +x /probes/common/check_*
RUN chmod +x /probes/cms/check_*

Expand Down

0 comments on commit a70c3b5

Please sign in to comment.