theforeman / foreman_hooks

Run custom hook scripts on Foreman events
http://m0dlx.com/blog/Extending_Foreman_quickly_with_hook_scripts.html
GNU General Public License v3.0
56 stars 50 forks source link

error message from foreman_hook to be printed in the foreman UI #18

Closed doddo closed 9 years ago

doddo commented 9 years ago

Failing hooks sometimes are hard for the user to understand, and if they were printed in the appearing error message and not just only the logs, that would help a lot.

So if hooks could print STDERR when failing it would make the reason for failure easier to understand