Ask ping for something that exists in the public directory.
This will not be checked to make sure your application is running, but only that the server is running. Assuming the server is turned on, your application should be able to throw exceptions, and New Relic will catch them.
In the new Rails application, you can use ping http://rooturl/images/rails.png , since by default png is in public/images/ .
source share