X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3a4d52bd4c0f8e6ae7679145846b7bc7845d8ace..21958591555b0b80370e944e3128ac5d533c281d:/cookbooks/munin/files/default/plugins/passenger_memory diff --git a/cookbooks/munin/files/default/plugins/passenger_memory b/cookbooks/munin/files/default/plugins/passenger_memory index 8c8a60bb2..7e6e36abc 100755 --- a/cookbooks/munin/files/default/plugins/passenger_memory +++ b/cookbooks/munin/files/default/plugins/passenger_memory @@ -16,7 +16,7 @@ end def output_values status = `/usr/sbin/passenger-memory-stats | tail -1` - unless $?.success? + unless $CHILD_STATUS.success? $stderr.puts "failed executing passenger-memory-stats" exit 1 end