'value' => $t('Boost crawler did not get a 200 response.'),
);
}
+ if (!BOOST_ENABLED) {
+ $requirements['boost_is_enabled'] = array(
+ 'title' => $t('Boost'),
+ 'description' => $t('Boost is disabled. <a href="@performance">Enable</a> it.', array('@performance' => url('admin/settings/performance'))),
+ 'severity' => REQUIREMENT_WARNING,
+ 'value' => $t('Boost Disabled'),
+ );
+ }
if (empty($requirements)) {
$requirements['boost'] = array(
'title' => $t('Boost'),