@@ -11,22 +11,26 @@ It currently ships with the following Diagnostic Checks:
11
11
* [ ApcMemory] ( #apcmemory ) - check available APC memory,
12
12
* [ Callback] ( #callback ) - call a user-defined diagnostic function,
13
13
* [ ClassExists] ( #classexists ) - make sure class exists in current environment,
14
+ * [ CouchDBCheck] ( #couchdbcheck ) - check if connection is possible,
14
15
* [ CpuPerformance] ( #cpuperformance ) - check server CPU performance is above baseline,
15
16
* [ DirReadable] ( #dirreadable ) - make sure given path is readable,
16
17
* [ DirWritable] ( #dirwritable ) - make sure given path is writable,
17
18
* [ 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.
18
21
* [ ExtensionLoaded] ( #extensionloaded ) - make sure extension is loaded,
19
- * [ HttpService] ( #httpservice ) - check if given http host is responding,
20
22
* [ GuzzleHttpService] ( #guzzlehttpservice ) - check if given http host is responding using Guzzle,
23
+ * [ HttpService] ( #httpservice ) - check if given http host is responding,
21
24
* [ 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,
22
27
* [ PhpVersion] ( #phpversion ) - make sure that PHP version matches constraint,
23
28
* [ PhpFlag] ( #phpflag ) - make sure that given PHP flag (feature) is turned on or off.
24
29
* [ ProcessRunning] ( #processrunning ) - check if a process with given name or ID is currently running,
25
30
* [ RabbitMQ] ( #rabbitmq ) - Validate that a RabbitMQ service is running,
26
31
* [ Redis] ( #redis ) - Validate that a Redis service is running,
27
32
* [ SecurityAdvisory] ( #securityadvisory ) - check installed composer dependencies against SensioLabs SA database,
28
33
* [ StreamWrapperExists] ( #streamwrapperexists ) - make sure given stream wrapper is available.
29
- * [ DoctrineMigration] ( #doctrinemigration ) - make sure all migrations are applied.
30
34
31
35
File validation checks:
32
36
0 commit comments