antonioribeiro / health

Laravel Health Panel
BSD 3-Clause "New" or "Revised" License
1.94k stars 198 forks source link

Improve on the help context for reports #165

Open damms005 opened 4 years ago

damms005 commented 4 years ago

I am getting this idea from the new Laravel's flare/ignition package.

Can this package include a kind of hint for some of the reports that needs some tweaks for improvement? E.g. the check for ServerLoad reports:

Your server might be overloaded, current server load values are "2.52, 1.88 and 1.67", which are above the threshold values: "2, 1.5 and 1".

Is there no way of appending a link to that response that gives more insight in that specific context? E.g.

Your server might be overloaded, current server load values are "2.52, 1.88 and 1.67", which are above the threshold values: "2, 1.5 and 1". Check some stackoverflow or web article link for some ideas on how to improve this

antonioribeiro commented 4 years ago

That could be a nice feature for Health. Thanks, @damms005!

damms005 commented 4 years ago

@antonioribeiro It's been a while and no updates on this (a.k.a. implementation plan). How can I help? How would you want the community to collaborate and contribute in this regard?