You are here

constant ACQUIA_PURGE_SEVLEVEL_OK in Acquia Purge 6

Same name and namespace in other branches
  1. 7 acquia_purge.module \ACQUIA_PURGE_SEVLEVEL_OK

Diagnostic severity levels: Good condition.

8 uses of ACQUIA_PURGE_SEVLEVEL_OK
acquia_purge_requirements in ./acquia_purge.install
Implements hook_requirements().
_acquia_purge_get_diagnosis_acquiacloud in ./acquia_purge.diagnostics.inc
Test whether the current hosting environment is Acquia Cloud.
_acquia_purge_get_diagnosis_balancers in ./acquia_purge.diagnostics.inc
Test the amount of load balancers configured.
_acquia_purge_get_diagnosis_conflicts in ./acquia_purge.diagnostics.inc
Test against known conflicting modules such as varnish, boost and purge.
_acquia_purge_get_diagnosis_domains in ./acquia_purge.diagnostics.inc
Test whether the amount of domain names is healthy.

... See full list

File

./acquia_purge.module, line 44
Acquia Purge, Top-notch Varnish purging on Acquia Cloud!

Code

define('ACQUIA_PURGE_SEVLEVEL_OK', 0);