antonioribeiro / health

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

Added comments on config file. #122

Closed ambengers closed 5 years ago

ambengers commented 5 years ago

I have added comments on the config file to help newbies like me understand how to customize the configuration of the package.

Still not complete, but I believe these would help anyone who are new to the package understand how it can be configured.

I have also listed out all the resources in the 'enabled' list and commented some so that it is optimized for the most basic use-cases.

Hope you find this useful. Thanks!

antonioribeiro commented 5 years ago

Nice, thank you!

But tests are not passing.

I also think some other checks could remain enabled:

'Latency', // Is our network reaching some outside addresses in a fair time?
'LocalStorage' // Is Storage::local() is working fine?
'Redis', // It may fail but it's important for those storing queues, cache and sessions on Redis
'RedisConnectable',
'RedisServer',
'SecurityChecker' // Are we using unsecure packages?
'ServerLoad', // Is the server load within a safe range?
ambengers commented 5 years ago

@antonioribeiro Okay. We can have those enabled as well.

Apologies, I forgot that I still have to run tests. Will close this PR and create a new one. 👍