Return a service status for Varnish, Solr and Memcache if they are being used by the Drupal site.

Comments

snufkin’s picture

Project: Sentry Client » Sentry server
budda’s picture

Is that really the job of the sentry server? I thought the client would be installed on each monitored site - and so would be responsible for collecting and returning the sites services setup.

snufkin’s picture

Well the reporting is the responsibility of the client, the collecting and showing up as a status is the task of the server. So basically there has to be a 1:1 relation for each feature anyway, I simply want to collect all such feature requests at one location, preferably at the server, because that implementation is usually more difficult than the clients.

budda’s picture

Could these checks be implemented using hook_requirements() which is already returned to the server from each client?