munin-monitoring / contrib

Contributed stuff for munin (plugins, tools, etc...)

Home Page:http://munin-monitoring.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gunicorn_memory_status hides some error behind another one.

Gu1nness opened this issue · comments

When the plugin cannot find the Master PID file, it raises an error here, which is catched here and prints an error Couldn't retrieve gunicorn memory usage information while it should print Couldn't read gunicorn pid information.

I can write a fix for this small bug if you want.

Thank you for your bug report and your detailed explanation!

I can write a fix for this small bug if you want.

That would be great.

While you are at it: maybe you would like to port the plugin(s) to Python3, fix the flake8 issues and maybe even get rid of the bare excepts? :)

Please pick your favorite set of improvements, that you would like to spread over these plugins. Your contribution is very welcome!

Ok, I'll do all of this happily!

Stale issue message