Skip to content

Latest commit

 

History

History
71 lines (43 loc) · 2.07 KB

README.md

File metadata and controls

71 lines (43 loc) · 2.07 KB

Name

Load Monitor

Load Monitor Widget Preview in Evoution Skin

Version

  • Patched version: 0.2.9 (by Alex S Grebenschikov)
  • Original version: 0.1 (written by Future Vision)

Changes history:

  • 0.2.9: Fixed a bug related to top parsing of total available Swap and RAM
  • 0.2.8: Setting Language to en_US.UTF-8 before parsing top output
  • 0.2.6: Minor update is done to enable updates of the plugin via Directadmin interface
  • 0.2.5: Minor changes: to use own php.ini. A fix for Debian 8 added.
  • 0.2.4: An admin widget added for Evolution skin
  • 0.2.3: Updated to work under Evolution skin

Description

Load monitor plugin for Directadmin

Author

  • Originally written by: Future Vision
  • Patched by: Alex S Grebenschikov (www.poralix.com)

Installation

cd /usr/local/directadmin/plugins/
git clone https://github.com/poralix/load_monitor.git
cd load_monitor/scripts/
./install.sh

Go to Directadmin panel as admin and click "Load Monitor"

Then go to the plugin settings and update:

  • Maximum days to remember loads: default 91 (0 = all, more days = more space)
  • Maximum task entries to save: default 91 (0 = all, more tasks = more space)
  • Save interval in minutes: default 1

91 days of data with 1 minutes intervals might take up to 2Gb disk space and more.

Warnings and requirements

Time Zone is taken from /usr/local/directadmin/custombuild/options.conf. Make sure the value of php_timezone= corresponds to your actual Time Zone.

The plugin loads JavaScript files from Google to draw graphs, i.e. it uses Google's libraries for drawing graphs. Your browser should be allowed to load JS from Google.

Supported and tested OS:

  • CentOS 6, 7, 8
  • Debian 8

Potentially can work under Debian versions (not tested though).

FAQ:

  • Q: Time zone is wrong what to do?
  • A: Change Time Zone in php_timezone= of /usr/local/directadmin/custombuild/options.conf. And update the plugin.

Have ideas?

Please feel free to use it and let us know your thoughts and ideas for improvements.