-
-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
Description
The basic use-case:
Allow an organization to run probes in their DCs and then use them as targets when running tests from any public GP probe.
Assume they don't know the IP addresses of each of the probes. Meaning the would want to run something like
globalping ping probe3-de-org12 from germany+orange
Alternatively we could instead do public "vantage points" or whatever the name would be. Allowing all users to mark any of their probes as such, which would then:
- Mark the probe in the API
- Show the probe in a public directory we would make listing all of them
- Apply the "magic" logic to targets? e.g. ping poland+hetzner from germany+hetzner
Needs some discussion