You are here

constant ACQUIA_PURGE_SEVLEVEL_WARNING in Acquia Purge 6

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

Diagnostic severity levels: Warning condition, proceed but flag warning.

5 uses of ACQUIA_PURGE_SEVLEVEL_WARNING
drush_acquia_purge_ap_diagnosis in ./acquia_purge.drush.inc
Perform a series of diagnostic self-tests.
_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.
_acquia_purge_get_diagnosis_page_cache_age in ./acquia_purge.diagnostics.inc
Test if the page_cache_max_age setting is configured in a healthy way.

File

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

Code

define('ACQUIA_PURGE_SEVLEVEL_WARNING', 1);