|
12 | 12 |
|
13 | 13 | ## Available checks
|
14 | 14 |
|
15 |
| - * All checks from [ZendDiagnostics](https://github.com/zendframework/ZendDiagnostics#zenddiagnostics): |
16 |
| - * [ApcFragmentation](https://github.com/zendframework/ZendDiagnostics#apcfragmentation) - check if APC memory fragmentation is below given threshold, |
17 |
| - * [ApcMemory](https://github.com/zendframework/ZendDiagnostics#apcmemory) - check available APC memory, |
18 |
| - * [Callback](https://github.com/zendframework/ZendDiagnostics#callback) - call a user-defined diagnostic function, |
19 |
| - * [ClassExists](https://github.com/zendframework/ZendDiagnostics#classexists) - make sure class exists in current environment, |
20 |
| - * [CpuPerformance](https://github.com/zendframework/ZendDiagnostics#cpuperformance) - check server CPU performance is above baseline, |
21 |
| - * [DirReadable](https://github.com/zendframework/ZendDiagnostics#dirreadable) - make sure given path is readable, |
22 |
| - * [DirWritable](https://github.com/zendframework/ZendDiagnostics#dirwritable) - make sure given path is writable, |
23 |
| - * [DiskFree](https://github.com/zendframework/ZendDiagnostics#diskfree) - check there's enough free space on given path, |
24 |
| - * [ExtensionLoaded](https://github.com/zendframework/ZendDiagnostics#extensionloaded) - make sure extension is loaded, |
25 |
| - * [HttpService](https://github.com/zendframework/ZendDiagnostics#httpservice) - check if given http host is responding, |
26 |
| - * [Memcache](https://github.com/zendframework/ZendDiagnostics#memcache) - check if memcache extension is loaded and given server is reachable, |
27 |
| - * [PhpVersion](https://github.com/zendframework/ZendDiagnostics#phpversion) - make sure that PHP version matches constraint, |
28 |
| - * [PhpFlag](https://github.com/zendframework/ZendDiagnostics#phpflag) - make sure that given PHP flag (feature) is turned on or off. |
29 |
| - * [ProcessRunning](https://github.com/zendframework/ZendDiagnostics#processrunning) - check if a process with given name or ID is currently running, |
30 |
| - * [SecurityAdvisory](https://github.com/zendframework/ZendDiagnostics#securityadvisory) - check installed composer dependencies against SensioLabs SA database, |
31 |
| - * [SteamWrapperExists](https://github.com/zendframework/ZendDiagnostics#streamwrapperexists) - make sure given stream wrapper is available. |
| 15 | + * All checks from [ZendDiagnostics](https://github.com/zendframework/ZendDiagnostics#zenddiagnostics) |
32 | 16 |
|
33 | 17 | ## Running diagnostics in console
|
34 | 18 |
|
|
0 commit comments