• Just implemented this. Great work

    No settings or dashboard required. Works out of the box naming your applications
    domain.com
    domain.com wp-admin
    domain.com cron
    domain.com ajax

    I modified the code slightly, so that all 4 of these were reporting into one rollup application so see everything together as one. But otherwise. It was perfect. Great plugin for a great service like New Relic.

Viewing 4 replies - 1 through 4 (of 4 total)
  • How did you manage to get them to also report to a rollup application?

    I’ve modified e.g
    newrelic_set_appname( $app_name . ';SERVER WWW1');

    but I don’t see the rollup application in new relic.

    I host several blogs on the same server and want to monitor across all apps hosted on that server as well as individually

    Thread Starter dionsis

    (@dionsis)

    newrelic_set_appname($app_name .’ ajax;Site Rollup’ );
    newrelic_set_appname($app_name .’ admin;Site Rollup’ );
    newrelic_set_appname($app_name .’ cron;Site Rollup’ );
    newrelic_set_appname($app_name .’;Site Rollup’);

    This is how I’ve got it set. Looks similar to yours. This rolls all those for the same site up into the one rollup.

    I wonder why I’m still getting an extra WordPress statistics as well. 5 apps in total…

    Thread Starter dionsis

    (@dionsis)

    What kind of extra statistics are you getting?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Great work’ is closed to new replies.