Torii - portal application ~~~~~~~~~~~~~~~~~~~~~~~~~~ :Author: Arne Nordmann :Date: Tue, 27 Nov 2007 22:16:19 +0100 :Revision: 3 :Copyright: CC by-nc-sa :Description: Torii is a very simple portal application which easily allows writing and adding new modules. ================== System Information ================== :Description: This module displays information about load, ram, swap and harddisk usage of the system the portal is running on. If this is one of your own servers you can easily monitor it (Yes, I know, very simple and not really sufficient). This module displays information about load, ram, swap and harddisk usage of the system the portal is running on. If this is one of your own servers you can easily monitor it (Yes, I know, very simple and not really sufficient). Details ------- .. image:: images/system_information.png :alt: System Information module screenshot :align: center As you can see from the screenshot the module displays information about the system the portal runs on, like (in the example quite oldish) kernel version, OS type, uptime and current load. As a nice feature the load value gets a red background if it exceeds some defined value. Below the basic stuff the currently consumed RAM and SWAP is displayed with a list of the mounted harddisks and their remaining capacity. Requirements ------------ - POSIX compatible system - Access to PHP function shell_exec() Configuration ------------- A sample configuration may look like: :: There is nothing special to configure in this module, so that you just need to add it to some section and be happy. Author ------ - `Kore Nordmann`__ __ http://kore-nordmann.de/ Comments ========