summaryrefslogtreecommitdiff
path: root/files/munin/passenger_memory_stats
diff options
context:
space:
mode:
Diffstat (limited to 'files/munin/passenger_memory_stats')
-rwxr-xr-xfiles/munin/passenger_memory_stats4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/munin/passenger_memory_stats b/files/munin/passenger_memory_stats
index d71b2a5..eb9b284 100755
--- a/files/munin/passenger_memory_stats
+++ b/files/munin/passenger_memory_stats
@@ -18,7 +18,7 @@ This configuration section shows the defaults of the plugin:
Options
env.passenger_memory_stats '/path/to/passenger-memory-stats' # Path to passenger memory status.
- env.graph_category 'App' # Graph Category. Defaults to App.
+ env.graph_category 'App' # Graph Category. Defaults to Passenger.
ln -s /usr/share/munin/plugins/passenger_memory_stats /etc/munin/plugins/passenger_memory_stats
@@ -45,7 +45,7 @@ MIT
POD
# Globals
-GRAPH_CATEGORY = ENV['graph_category'] || 'App'
+GRAPH_CATEGORY = ENV['graph_category'] || 'Passenger'
PASSENGER_MEMORY_STATS = ENV['passenger_memory_stats'] || '/usr/local/bin/passenger-memory-stats'
# Check if this plugin can run