summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-05-07 10:41:47 -0400
committerMicah Anderson <micah@riseup.net>2010-05-07 10:41:47 -0400
commita5b6a893b494033eec5c4bec9a8aa89bf65a9571 (patch)
tree02aaaf50024b1f5dbdf2c8df0ddfd63ad963dd36 /README
parent19f55b34ead0dddb87bc45a45779ce971da31b57 (diff)
allow for munin plugin configuration overrides, update README to reflect this and remove redundant README info from comments
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index c3e40b0..7f39265 100644
--- a/README
+++ b/README
@@ -16,9 +16,18 @@ Getting started
Simply do 'include passenger' and it will be installed.
+Configuration
+-------------
+
If you need to install a specific version of passenger or
librack-ruby, you can specify the version to be installed by providing
a variable, for example:
$passenger_ensure_version = "2.2.3-2~bpo50+1"
$librack-ruby_ensure_version = "1.0.0-2~bpo50+1"
+
+If you need to set different munin plugin configuration values, you
+can also do so as follows:
+
+$passenger_memory_munin_config = "user root\nenv.passenger_memory_stats /opt/bin/passenger-memory-stats"
+$passenger_stats_munin_config = "user root\nenv.PASSENGER_TMPDIR=/var/tmp\n"