Code Monkey home page Code Monkey logo

service_state's Introduction

What is it?
===========
Service state is a status page for Drupal. It is used to expose the state of
the system. This might include configuration items, connectivity to any remote
services, and general data about the health of the site.

The status page is updated via ajax, so badly written plugins and misbehaving
checks will not render the page unusable. Service status messages are also
available via JSON. Status messages may be return a state of  Message, OK,
Warning, or Failure.

How do I use it
===============
The main page can be found at /servicestate

Plugins are added via the hook system. In this way, various modules can
add their own specific state hooks. For example, a module for connecting
to a database or webservice could at a service state hook that indicates
if the service is available.

Out of the box, Service state exposes the main Drupal database endpoint,
the last time cron was run, any memcache servers currently configured,
and if said memcache servers are responding. 

API
===
Service states are exposed via by implementing HOOK_servicestate_services().
Further information can be found in the docs/Readme.txt file.

Download
========
* Drupal.org: https://www.drupal.org/sandbox/ekm/2242893
* Github: https://github.com/edward-murrell/service_state

License
=======
GPL 2.0

service_state's People

Contributors

edward-murrell avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.