Skip to content

Commit 63f3761

Browse files
authored
HTCONDOR-3323: Report on osg-htc.org Hosted CEs
Update MONITOR_COLLECTOR_CONSTRAINT to accept CEs with an osg-htc.org fqdn
1 parent 03dfeef commit 63f3761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opensciencegrid/ospool-ganglia/51-ganglia-ce-dashboards.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ GANGLIAD_CE.QUERY_TIMEOUT = 5
3232
# Tell the gangliad which Schedd Ads to look at in the top-level collector
3333
# to automatically come up with the list of collectors to monitor
3434
GANGLIAD_CE.MONITOR_COLLECTOR = collector.opensciencegrid.org:9619
35-
GANGLIAD_CE.MONITOR_COLLECTOR_CONSTRAINT = regexp("hosted-ce.*(\.grid\.uchicago\.edu|\.opensciencegrid\.org)|.*\.svc\.opensciencegrid\.org", Machine)
35+
GANGLIAD_CE.MONITOR_COLLECTOR_CONSTRAINT = regexp("hosted-ce.*\.(grid\.uchicago\.edu|opensciencegrid\.org|osg-htc\.org)|.*\.svc\.(opensciencegrid|osg-htc)\.org", Machine)
3636

3737
# The default min metric lifetime is only 1 day, meaning if a project
3838
# does not use a CE for more than a day, all historic data about this project

0 commit comments

Comments
 (0)