Skip to content

TACC/Core-CMS-Plugin-System-Monitor

Repository files navigation

Texas Advanced Computing Center

Django CMS Plugin: "System Monitor"

This plugin renders a visual display of simple stats for a chosen system.

  • __dist-name__: djangocms-tacc-system-monitor
  • __package_name__: djangocms_tacc_system_monitor
  • __ClassName__: TaccsiteSystemMonitor
  • "Plugin Name": "System Monitor"

Quick Start

  1. Follow https://github.com/TACC/Django-App/wiki/Usage-Quick-Start.

Usage

  1. Add instance of plugin to a page.
  2. Choose the system to monitor.
  3. See plugin render system information.

Features

  1. Renders available data from chosen system.
  2. Supports specific systems e.g. Vista, Frontera.
  3. Can render sample data on localhost (assumes API is unavailable).

Caveats

  1. Assumes Dependencies: Iconworks, Bootstrap
  2. Assumes API Endpoint: /api/system-monitor/

About

A DjangoCMS plugin (for TACC Core CMS) to render a system monitor.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Generated from TACC/Django-App