Linfo 1.5
From PHPKode | 81.1 KB
Try before download
The page visits: 940
Linfo, a PHP server health/information system script which is designed to display the hardware and realtime health of our rig. It can provide information such as dick space, temperatures, CPU, RAM, etc.
Goals of Linfo:
- Be very fast; generation in under a second is most desired.
- Call very few external programs (like df/load/uptime/etc), if any. (parse the file system for info, if possible)
- Linux version not use external programs *at all* and rely exclusively on /proc and /sys and connecting to locally listening daemons. (except for extensions, listed below)
- Don't go nuts with eye candy. Don't use ajax. Make viewing the info on text only browsers possible and easy.
- Any javascript ever used must be *extremely* subtle and degrade gracefully
- Don't bother finding Linux distro since it's irrelevant; the kernel and other specs are what matters most
- Don't give info that can be exploited and turned into a security risk, especially not names and command line arguments given to running programs.
- Don't use blatantly slow methods such as preg_split(), especially not in loops
- Prefer speed over code conciseness. Where possible, use for/while loops instead of foreach.
What's New in This Release Version 1.5 Linfo:
- Extensions now packaged/developed separately
- Windows 7 support
- Various improvements
Requirements:
- PHP 5.0 or Higher
- Access to php's preg (PCRE) library, specifically preg_match() and preg_match_all().
More popular Network management
- Network Management Center 1.20 (2 years, 4 months 25 days ago)
- OpenNetAdmin 10.05.27 (2 years, 4 months 26 days ago)
- IPplan IP address management system 4.92 (2 years, 6 months 23 days ago)
- IptablesWeb 2.0 (2 years, 4 months 25 days ago)
- PcInventory 1.0 (2 years, 6 months 23 days ago)
Listing Files

sample.config.inc.php- 4.8 KB
- 11/16/2010 21:49:40

index.php- 3.4 KB
- 11/16/2010 22:16:00

favicon.ico- 1.4 KB
- 11/03/2010 20:44:36

styles.css- 2.8 KB
- 11/15/2010 15:33:02

scripts.js- 7.9 KB
- 11/15/2010 15:33:02

scripts.min.js- 1.8 KB
- 11/15/2010 15:33:02

README- 3.4 KB
- 10/28/2010 03:27:22

class.OS_FreeBSD.php- 16.4 KB
- 11/09/2010 11:09:42

class.OS_BSD_Common.php- 3.5 KB
- 09/28/2010 15:09:08

.htaccess- 14 Bytes
- 11/09/2010 22:32:38

class.LinfoTimer.php- 2.6 KB
- 11/03/2010 10:11:20

misc.php- 4.7 KB
- 11/09/2010 15:21:06

class.GetMbMon.php- 2.0 KB
- 07/08/2010 20:41:20

class.GetSensord.php- 1.8 KB
- 07/08/2010 20:45:40

class.GetHddTemp.php- 4.0 KB
- 10/01/2010 20:37:16

interface.LinfoExtension.php- 962 Bytes
- 11/03/2010 21:20:30

class.CallExt.php- 2.8 KB
- 11/10/2010 05:07:30

class.OS_NetBSD.php- 13.9 KB
- 09/28/2010 20:49:18

