System report

System report is a dead-simple PHP script to show an immedidate status of a Linux system. Here's the one installed on this server. It is free for all to use or modify.

Download:

You can optionally include a report-config.php file in the same directory, which is a PHP file that can enable a few extra features. Example:

<?php
# Everything is optional.

# URL of image to show in the upper right:
#$image = "image.jpg";

# Array of mountpoints to show disk space on.  Use the form "name" => "directory".
#$mounts = array("Root" => '/', "NFS volume" => '/nfs');
?>
Shoot me an email if you find it useful, you find a bug, or you'd like to contribute an improvement. This tool is provided with no warranty. — Tyler Bletsch