Home / sysusageadmin_v2.0
Name Modified Size InfoDownloads / Week
Parent folder
changelog 2011-09-11 135 Bytes
README 2011-09-11 1.4 kB
sysusageadmin_v2.0.zip 2011-09-11 21.0 kB
Totals: 3 Items   22.6 kB 0

This tool is NOT intended to be used on PRODUCTION environments.
The tool is based on Sysusage developed by Gilles Darold and it is an aid on using such a tool.
There is nothing extremely fancy about the tool but it does the job which is the main point for it.
Please, read the TODO and ChangeLog files for further details and developments.

PRE-REQUISITES
==============
* Webserver (apache, thttpd, etc..)
* Perl
* Per Modules:
	* CGI
	* CGI::Session

Steps
=====
1. Unbundle the zipped file into the cgi-bin
2. Check the relevant permission as described below
3. Ensure the user who owns the web server is the same as the user running this scripts and sysusage. 

Installation Instructions for the Perl Modules
==============================================

>cpan
>CPAN Install CGI
>CPAN Install CGI::Session

Recommended Configuration for thttpd
====================================

----
dir=/var/www/htdocs/
user=nobody
pidfile=/var/run/thttpd.pid
logfile=/var/log/thttpd.log
port=80
cgipat=/cgi-bin/**
# Default: nochroot
nochroot
----

To start thttpd with cgi support, as the example below:

thttpd -C /etc/thttpd/thttpd.conf 

Permissions for the "cgi-bin"
=============================

755 index.cgi
755 sysusage_gui.cgi
644 system.css
600 cgivar.cfg	

Acknowledgments
===============

Gilles Darold - Sysusage - Sysusage
Sebastien Godard - Sysstat - Sysstat
All Those from Perl Monks- Perl Monks

Source: README, updated 2011-09-11