health
health copied to clipboard
Laravel Health Panel
This is mix between a feature request and a question. I know that we are not supposed to allow debug mode in production, but even if that happens by accident...
Issue #115 described problems when laravel had been installed to a subfolder. This has been fixed in 0.9.16. But there's still another problem with subfolders if you are using a...
Does it handle SQL server monitoring ? Queries and its bindings, Number of simultaneous database connections, Performance hit ...?
Given `PragmaRX\Health\Checkers\CloudStorage`: The logic of checker is straightforward: 1. We put the new file to the disk 2. We check it existence 3. We delete it For local filesystems, it...
Given the case: 1. SQS queue with long-polling (just a little-modified default driver with additional parameter) 2. This checker slows down its own execution because it needs to write and...
In readme it is written that you can send notifications to telegram channel, can this be done by means of this package? Can you give an example of how to...
I am not sure if this is within the scope of this project but there is a proposed standard for health data. More detailed information can be found at: https://inadarei.github.io/rfc-healthcheck/...
Hi, is there a way to get the health information in code directly? If i want to show some checks in my application itself without using the panel it would...
PHP version: 7.2.11 Laravel version: 5.7.* I receive the following error when attempting to access /health/panel: > Method Illuminate\View\View::__toString() must not throw an exception, caught ErrorException: Undefined variable: health (View:...
Laravel: 5.7 PHP: 7.2 Config ServerLoad.yml: Default I'm getting this error in the check server load, what can it be? I am using the default setting, no changes Thanks