From 755e236e9c4ef182393c66abb4ea0c8aab53c884 Mon Sep 17 00:00:00 2001 From: Christos Emmanouil Date: Wed, 11 Dec 2024 14:34:20 +0100 Subject: [PATCH] patch rucio probes PR 151 (the right way) --- docker/rucio-probes/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/rucio-probes/Dockerfile b/docker/rucio-probes/Dockerfile index 82d133f..c3398a5 100644 --- a/docker/rucio-probes/Dockerfile +++ b/docker/rucio-probes/Dockerfile @@ -53,4 +53,4 @@ ADD https://raw.githubusercontent.com/ericvaandering/containers/probes_prom/prob # To be removed once the PR is available in our rucio version # Patch for rules volume (https://github.com/dmwm/CMSRucio/issues/747, https://github.com/rucio/probes/pull/151) -ADD https://patch-diff.githubusercontent.com/raw/rucio/probes/pull/151.patch /patch/151.patch \ No newline at end of file +ADD https://raw.githubusercontent.com/eachristgr/probes/94b72e283478c1a84dd6915bc42fdbce0fb74e35/cms/check_rules_count_volume_per_rse_activity_state /probes/cms \ No newline at end of file