## Problem - This plugin relies on middleman API from Core-Portal. - This plugin should work on sites that do not have Core-Portal. <details> The [script assumes the availability of an API endpoint](https://github.com/TACC/Core-CMS-Plugin-System-Monitor/blob/v0.1.5/djangocms_tacc_system_monitor/static/djangocms_tacc_system_monitor/js/system_monitor.js#L42) that returns JSON: - URL: `/api/system-monitor` - JSON: [live](https://cep.tacc.utexas.edu/api/system-monitor/) ([sample](https://github.com/TACC/Core-CMS-Plugin-System-Monitor/blob/v0.1.5/djangocms_tacc_system_monitor/static/djangocms_tacc_system_monitor/js/system_monitor.js#L36)) </details> ## Solution - #6
Problem
Details
The script assumes the availability of an API endpoint that returns JSON:
/api/system-monitorSolution