Health check

Component type

module

Maintenance status

Development status

Downloads

5037

Component created

Component changed

Simple end point for load balancers(or Pingdom, new relic..) to check the health of your Drupal site.

The module provides /health endpoint which is never cached and returns only timestamp as a body with HTTP status code 200. If Drupal fails to bootstrap, it returns an error code instead and your load balancer knows there is something wrong with the particular instance and can drop it from load balancing.

Environmental Config

Component type

module

Maintenance status

Development status

Downloads

123

Component created

Component changed

Environmental_config is a module that helps you automatically importing environment
specific configuration without any hassle.

It's ideal when you need different settings for a specific module or system configuration in your development/staging or live server.

It runs with the standard Drupal Configuration Synchronisation and doesn't require many configurations.

Real life examples of usage