perfsonar / mesh-config

Centralized configuration framework for measurement points and GUIs
Apache License 2.0
2 stars 0 forks source link

Detect duplicate URLs in meshconfig-agent and -guiagent.conf #102

Closed arlake228 closed 6 years ago

arlake228 commented 6 years ago

If someone accidentally specifies the same URL to JSON files twice they will get errors about overlapping tests. This is an entirely detectable situation. We should detect it, spit out a warning and only retrieve the URL once when this happens.