Active
Project:
Sentry server
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2010 at 14:38 UTC
Updated:
24 Feb 2011 at 11:36 UTC
Return a service status for Varnish, Solr and Memcache if they are being used by the Drupal site.
Comments
Comment #1
snufkin commentedComment #2
buddaIs 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.
Comment #3
snufkin commentedWell 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.
Comment #4
buddaCould these checks be implemented using hook_requirements() which is already returned to the server from each client?