django-mini-system-monitor

System Status in Django Admin

MIT License

Downloads
56
Stars
9
Committers
1

Mini System Monitor

System Status in Django Admin

Only available for superusers.


  1. Install django_mini_system_monitor with pip:
pip install django-mini-system-monitor
  1. Add "mini_system_monitor" to your INSTALLED_APPS setting like this:
    INSTALLED_APPS = [
        ...
        'mini_system_monitor',
    ]
  1. Run python manage.py migrate to create the models.

  2. Start the development server and visit http://127.0.0.1:8000/admin/ (you'll need the Admin app enabled).

    python manage.py runserver

Screenshots

Mini System Monitor Index Page

Overview Page

Envs Page

Settings Page

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

Inspired:

Thanks to IFPI for pay my salary!