# by Dan Manges, http://www.dcmanges.com/blog/rails-application-visualization-with-munin
# NOTE: you might need to add munin to allow passwordless sudo for passenger-memory-stats
+require "English"
+
def output_config
- puts <<-END
-graph_args --base 1024 -l 0 --vertical-label bytes --upper-limit 4056231936
-graph_category passenger
-graph_title Passenger memory
+ puts <<~END
+ graph_args --base 1024 -l 0 --vertical-label bytes --upper-limit 4056231936
+ graph_category passenger
+ graph_title Passenger memory
-memory.label memory
-END
+ memory.label memory
+ END
exit 0
end