Skip to content

Spiritus44/Codiad-System-Information

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

Server System Information Plugin for Codiad

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 55.1%
  • JavaScript 44.9%