Documentation

 

Server ++
The Main Scripts:
  1. logger.php - executes linux commands used to monitor the server regularly.(interval set by crontab/cronjob).
  2. extract.php - retrieves server configuration,version and other live data.
  3. index.php - displays the Server ++ pannel for monitoring the server.
 
INSTALLATION-
 
  1. Download the files to your workstation and extract the archive to the required folder on the server
      for example: /path/to/server++
  2. Give config.php file readwrite, and execute permissions (777) .
    (You can use Cpanel, Command line, or any FTP client, for the same.)
    Eg: In the command line type in:
    ~/# chmod 777 /path/to/server++/config.php
  3. Run install.php in the web browser and fill in the required details.
    Eg: http://yourdomain/path/to/server++/install.php
  4. Set the cronjob for  "logger.php" , it is required to execute within every 5 minutes (recommended; you can change the time interval as required.) for monitoring the server continuously.   
    on the command line type in:
    ~/# crontab -e
    <to edit the crontab> select the preffered editor <if you are editing crontab for the first time> and insert the following line:
    5 * * * * php /path/to/server++/logger.php
    Note: to execute the above command you should have the php-cgi/php-cli packages installed on the server.
    The above command is recommended.  If you want to change the time interval from 5 minutes to 3 minutes or to every 1 minute you can replace the above line by
    3 * * * * php /path/to/server++/logger.php
                               <or>
    * * * * * php /path/to/server++/logger.php
  5. The installation process of Server ++is complete.
  6. After installation, give config.php  read permissions(444).
    Eg:~/# chmod 444 /path/to/server++/config.php

You can start monitoring the server from:
http://yourdomain/path/to/server++/
 
SCREENSHOTS-
 
screenshot_1    screenshot_2
screenshot_3  screenshot_4

Get Server++ at SourceForge.net. Fast, secure and Free Open Source software downloads (Powered by bOtskOOl.com)