sysindex-1.0 / linux system information script [what] this is a little php script that provides information about your linux system both in human and machine readable formats. currently it supports xhtml, xml and csv. its primary purpose is to display the info on your webserver but it can be used as an automatic data grabbing tool for monitoring purposes. the script is written in oop, has support for templates and data processing plugins. see doc/ for detailed info. [install] just copy the sysindex.php file somewhere in your webroot and off you go. if you wish to run it from command line you need the php binary. [usage] a) web: http://yourserver/path/to/sysindex.php[?html|xml|csv] b) cmdline: php /path/to/sysindex.php [html|xml|csv] [...] - optional, defaults to html html|xml|csv - output mode. html or xml or csv, pass just one arg in case of trouble see doc/FAQ then mail me, if trouble is still afoot. [required] php and/or php binary (www.php.net) web server (www.apache.org will do fine) gnu textutils (www.gnu.org/software/textutils/textutils.html) [author] Dan Rusanu mars@sercom.ro [updates] http://devel.sercom.ro/sysindex/ http://freshmeat.net/projects/sysindex/ [support] only stable versions are supported. i wont help you with snapshots trouble. the script has been developed on slackware and has been tested on redhat, gentoo and debian. other distributions may work too but nothing is guaranteed.