You are here

function new_relic_rpm_install in New Relic 2.x

Same name and namespace in other branches
  1. 8 new_relic_rpm.install \new_relic_rpm_install()
  2. 7 new_relic_rpm.install \new_relic_rpm_install()
  3. 2.0.x new_relic_rpm.install \new_relic_rpm_install()

Implements hook_install().

File

./new_relic_rpm.install, line 43
Install and uninstall functions for the New Relic module.

Code

function new_relic_rpm_install() {

  // Set New Relic RPM module's weight to very low so we can trigger job state
  // changes early. This can be important in cases like hook_cron().
  module_set_weight('new_relic_rpm', -20);
}