ckanext-status

A CKAN extension that adds a ‘status’ bar and an extensible system status page.
Overview
This extension allows maintainers to add a simple static message to the top of every page by setting a single configuration option.
For example, it can be used to notify users of planned downtime, unexpected issues with the site, or new features.
It also adds a status page giving an overview of the health of various systems. By default this has very few items, but it is easily extensible by other CKAN extensions.
Installation
Path variables used below:
- $INSTALL_FOLDER (i.e. where CKAN is installed), e.g. /usr/lib/ckan/default
- $CONFIG_FILE, e.g. /etc/ckan/default/development.ini
Installing from PyPI
“`shell
pip i