Skip to main content

A collection of dashboard modules for django-admin-tools

Project description

Dashboard Mods is a set of DashboardModules for django-admin-tools.

MemcacheDashboardModule

Displays a bar graph of memory usage, hit/miss ratio and uptime for each memcache server configured in Django’s settings.

To enable, simply add:

from dashboardmods import get_memcache_dash_modules

at the top of the page and in the __init__ method add:

self.children.extend(get_memcache_dash_modules())

If no memcache servers are configured, nothing happens.

VarnishDashboardModule

Displays a bar graph of memory usage and hit/miss ratios for each Varnish server configured in VARNISH_MANAGEMENT_ADDRS. It uses python-varnish for communication. See its docs for more information on setup and installation of python-varnish.

To enable, simply add:

from dashboardmods import get_varnish_dash_modules

at the top of the page and in the __init__ method add:

self.children.extend(get_varnish_dash_modules())

If no Varnish servers are configured, nothing happens.

RSSDashboardModule

This is a model that allows the dynamic input of RSS feeds to appear as a DashboardModule.

To enable, add dashboardmods to your INSTALLED_APPS and ./manage.py syncdb.

Then add:

from dashboardmods import get_rss_dash_modules

at the top of the page and in the __init__ method add:

self.children.extend(get_rss_dash_modules())

If no RSSDashboardModule records are entered, nothing happens. As soon as one is entered, the DashboardModule is immediately available.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dashboardmods-0.1beta1.tar.gz (339.4 kB view details)

Uploaded Source

File details

Details for the file dashboardmods-0.1beta1.tar.gz.

File metadata

File hashes

Hashes for dashboardmods-0.1beta1.tar.gz
Algorithm Hash digest
SHA256 3dade1269b1e627c50eb67455a56b7e113911bb5c79955aad5fe86faedeb3ab7
MD5 d8f53477433c1394f50297de670eadfd
BLAKE2b-256 40ba89c7209d74651d6f105fecb6f73754f48bc44f6c5ef5354de27b18ff8273

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page