diff --git a/worker/src/monitor.ts b/worker/src/monitor.ts index 644d613..339439f 100644 --- a/worker/src/monitor.ts +++ b/worker/src/monitor.ts @@ -190,7 +190,7 @@ export async function getStatusWithGlobalPing( if (monitor.method === 'TCP_PING') { const time = Math.round(measurementResult.results[0].result.stats.avg) return { - location: country, + location: country + '/' + city, status: { ping: time, up: true,