I have multiple CentOS servers around the world. They all are running a PHP script that tests the latency of some services once per minute.
The problem is that sometimes these servers have local issues and incorrectly mark the remote services as down or with huge latency.
Is there some kind of test I could run before the main benchmarks to make sure that the local server/network is not having any issues and wont impact the benchmarks?
P.S. I am not running a Pingdom like service, so I cant do verification of the results by a different server. I have to trust each server to send valid data and all data verification must be local on each server.