Hello all,
I currently have a php script which pings all the services (via the port) for a list of sites.
However, one of the sites occasionally decides to run slow with 30+ second page loads. We've figured out that it's due to mysql running at a high load that causes it and are working to solve the problem.
In the mean time though it would be useful to have a monitoring script which notifies us if the site is running slow. As none of the services go down I can;t use the above method with the existing script.
Has anyone got any ideas?