Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 6f9d8ff

Browse files
committed
list all available checks
1 parent f303100 commit 6f9d8ff

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,26 @@ It currently ships with the following Diagnostic Checks:
1111
* [ApcMemory](#apcmemory) - check available APC memory,
1212
* [Callback](#callback) - call a user-defined diagnostic function,
1313
* [ClassExists](#classexists) - make sure class exists in current environment,
14+
* [CouchDBCheck](#couchdbcheck) - check if connection is possible,
1415
* [CpuPerformance](#cpuperformance) - check server CPU performance is above baseline,
1516
* [DirReadable](#dirreadable) - make sure given path is readable,
1617
* [DirWritable](#dirwritable) - make sure given path is writable,
1718
* [DiskFree](#diskfree) - check there's enough free space on given path,
19+
* [DiskUsage](#diskusage) - check if the disk usage is below warning/critical percent thresholds,
20+
* [DoctrineMigration](#doctrinemigration) - make sure all migrations are applied.
1821
* [ExtensionLoaded](#extensionloaded) - make sure extension is loaded,
19-
* [HttpService](#httpservice) - check if given http host is responding,
2022
* [GuzzleHttpService](#guzzlehttpservice) - check if given http host is responding using Guzzle,
23+
* [HttpService](#httpservice) - check if given http host is responding,
2124
* [Memcache](#memcache) - check if memcache extension is loaded and given server is reachable,
25+
* [OpCacheMemory](#opcachememory) - check if the OpCache memory usage is below warning/critical thresholds,
26+
* [PDOCheck](#pdocheck) - check if connection is possible,
2227
* [PhpVersion](#phpversion) - make sure that PHP version matches constraint,
2328
* [PhpFlag](#phpflag) - make sure that given PHP flag (feature) is turned on or off.
2429
* [ProcessRunning](#processrunning) - check if a process with given name or ID is currently running,
2530
* [RabbitMQ](#rabbitmq) - Validate that a RabbitMQ service is running,
2631
* [Redis](#redis) - Validate that a Redis service is running,
2732
* [SecurityAdvisory](#securityadvisory) - check installed composer dependencies against SensioLabs SA database,
2833
* [StreamWrapperExists](#streamwrapperexists) - make sure given stream wrapper is available.
29-
* [DoctrineMigration](#doctrinemigration) - make sure all migrations are applied.
3034

3135
File validation checks:
3236

0 commit comments

Comments
 (0)