From 99456125515bd56160d27cc8e9c2e466abc1fbc3 Mon Sep 17 00:00:00 2001 From: Todd Tannenbaum Date: Fri, 13 Oct 2023 15:49:18 -0500 Subject: [PATCH] On CE dashboard, put GlideinRunning data on the bottom. Miron requested that on the CE Dashboard graphs, the GlideinsRunning data series should be on the bottom of the stacked graph, instead of GlideinsIdle. --- opensciencegrid/ospool-ganglia/view_chtc-spark.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/opensciencegrid/ospool-ganglia/view_chtc-spark.json b/opensciencegrid/ospool-ganglia/view_chtc-spark.json index 342f51d5..814e692f 100644 --- a/opensciencegrid/ospool-ganglia/view_chtc-spark.json +++ b/opensciencegrid/ospool-ganglia/view_chtc-spark.json @@ -6,8 +6,10 @@ {"regex":"chtc-spark-ce1.svc.opensciencegrid.org"} ], "metric_regex":[ - {"regex":"^Glideins(Running|Idle)$"} - ], + {"regex":"^GlideinsRunning$"}, + {"regex":"^GlideinsIdle$"} + ], + "sortit":"false", "graph_type":"stack", "vertical_label":"glideins", "title":"Glideins Running vs Idle"