#35565: system connectivity diagnostics in admin panel
-----------------------------------------+------------------------
               Reporter:  Sam Darwin     |          Owner:  nobody
                   Type:  New feature    |         Status:  new
              Component:  Uncategorized  |        Version:  5.0
               Severity:  Normal         |       Keywords:
           Triage Stage:  Unreviewed     |      Has patch:  0
    Needs documentation:  0              |    Needs tests:  0
Patch needs improvement:  0              |  Easy pickings:  0
                  UI/UX:  0              |
-----------------------------------------+------------------------
 Hi,
 This is a feature idea. Often Django connects to external systems such as:
 - database
 - memcached
 - redis
 - celery
 - qcluster
 - email

 Imagine there was a new page built into the admin panel, "system
 connectivity", with all those items listed, and they could be "green" or
 "red", showing the health of the connections.

 Not a long page of internal variables or functions.    Rather, a visual,
 basic control panel screen with a brief list of systems, and their status.

 If no cache (memcached, redis) is available, perhaps a message
 recommending the administrator install one.

 Each of the connections is tested somehow.  Store and retrieve a value
 from redis. Or, send an outgoing email. Add the ability to customize the
 list by including more systems.

 Could the code introspect?  "you appear to be using queuing (or caching,
 or email), however that system is not online..."
-- 
Ticket URL: <https://code.djangoproject.com/ticket/35565>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107019057764f1a-930512fd-59c2-4044-b6eb-ad64340ae29d-000000%40eu-central-1.amazonses.com.

Reply via email to