Skip to content

Latest commit

 

History

History
executable file
·
25 lines (21 loc) · 1.09 KB

File metadata and controls

executable file
·
25 lines (21 loc) · 1.09 KB

Codiad-System-Information

Plugin Screenshot Server System Information Plugin for Codiad.

Overview

Currently shows the following information:

  • Disk space
  • CPU Usage Percentage
  • Memory Usage Percentage
  • Uptime
  • System Hostname
  • More to come...

Installing

Open up your server in an SSH, cd to Codiad's plugin directory and clone this repository. Reload Codiad and the plugin should now be ready to use. Look for "Server Stats" in the plugin section of the right side bar.

cd /var/www/Codiad/plugins
git clone https://github.com/jpl42/Codiad-System-Information.git

Configuration

The plugin currently measures two sources for disk space - See lines 8 and 9 of dialog.php. To add more, simply copy the duplicate one of the lines, and set the path twice in the PHP in said line. To edit one of them, simply replace / or /storage twice in either line.

Notes

Only tested on Ubuntu 14.04 and 16.04 server with PHP7.0 on NGINX. Definitely not compatible with Windows (yet, maybe).