X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a82f2ee5fa3ef6e0d6d0971c5c75f2fca4196679..90a349e0bc558441e65156eabb585c578d93fbfd:/cookbooks/munin/files/default/plugins/passenger_processes diff --git a/cookbooks/munin/files/default/plugins/passenger_processes b/cookbooks/munin/files/default/plugins/passenger_processes index 39842a04f..b8a06cf3a 100755 --- a/cookbooks/munin/files/default/plugins/passenger_processes +++ b/cookbooks/munin/files/default/plugins/passenger_processes @@ -3,18 +3,18 @@ require "English" def output_config - puts <<-END -graph_category passenger -graph_title Passenger processes -graph_order active inactive -graph_vlabel processes -graph_total total + puts <<~END + graph_category passenger + graph_title Passenger processes + graph_order active inactive + graph_vlabel processes + graph_total total -active.label busy servers -active.draw AREA -inactive.label idle servers -inactive.draw STACK -END + active.label busy servers + active.draw AREA + inactive.label idle servers + inactive.draw STACK + END exit 0 end