Matthew M. Nelson

Results 6 comments of Matthew M. Nelson

Also, when running the app specific plugins directly I get 'yes' when run with autoconf and an error when run with debug: ``` Filepath unspecified. Exiting ``` I believe this...

Ok, thanks. Setting the log format worked for the request-log-analyzer plugins. The only one I seem to have an issue with now is the munin_passenger_memory_stats plugin. It's still returning 0...

Here it is: [munin_passenger_memory_stats] user root command /usr/local/bin/ruby %c env.passenger_status /usr/local/bin/passenger-status env.apache_pid_file /var/run/httpd.pid env.passenger_memory_stats /usr/local/bin/passenger-memory-stats env.graph_category Passenger I've confirmed each path. Ruby is located in /usr/local/bin as I had to...

I gave this a try and I still get the same results. Also, none of the other plugins have the values quoted in this manner. I've forked the repo and...

Checking the Passenger source, there's a call to #platform_provides_dirty_rss_information? that basically just checks to see if `ruby_platform =~ /linux/`. I'll look into seeing if there isn't a different way to...

Cool, I just wanted to get it down somewhere in case folks were wondering about it.