diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-10-24 15:38:57 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-10-24 15:38:57 +0100 |
commit | ab9a171cc583b00fffc3d5ea18cc7e08cd4738b8 (patch) | |
tree | 4cc5bb638b53b79da7f9bc3b4dba633600077b64 /doc | |
parent | 0e69654a5cd91ac6ef89bb32148d2adb031bd4a2 (diff) |
Following 32ac4ff55f2e174718fad97fcbd57b50a3daef7b, add some brief documentation about newrelic.yml-example, and switch off all monitoring by default. I don't think we want to get into the situation where a new install has monitoring running but doesn't know.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/INSTALL.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md index b805ee0c5..e36d10e2b 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -222,6 +222,12 @@ Interlock Rails plugin, to cache content using memcached. You probably don't want this in your development profile; the example `memcached.yml` file disables this behaviour. +Finally, copy `config/newrelic.yml-example` to `config/newrelic.yml`. +This file contains configuration information for the New Relic +performance management system. By default, monitoring is switched off +by the `agent_enabled: false` setting. See https://github.com/newrelic/rpm +for instructions on switching on local and remote performance analysis. + # Deployment In the 'alaveteli' directory, run: |