From 7345771df68a30a9f8196c3bde041eec96be80a6 Mon Sep 17 00:00:00 2001 From: Mateusz Uzdowski Date: Thu, 12 Mar 2015 14:57:26 +1300 Subject: [PATCH] Add SolrIndexCheck to the list of available checks in the README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index afed363..2d820ad 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Register checks in your own `_config.php` - see the `_config.php` in this module like static caches, as well as for backup files and folders. * `ExternalURLCheck`: Checks that one or more URLs are reachable via HTTP. * `SMTPConnectCheck`: Checks if the SMTP connection configured through PHP.ini works as expected. + * `SolrIndexCheck`: Checks if the Solr cores of given class are available. ## Authentication