Skip to content
forked from dixcart/linfo

Fork of linfo by Joseph Gillotti

Notifications You must be signed in to change notification settings

isabella232/linfo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Linfo fork with added Pingdom support

IMPORTANT: Please see /trunk/ folder for original readme and license

About

Adds basic support for Pingdom's custom http check to monitor things other than response time and uptime. At present supports cpu load and ram usage.

Future versions will allow configurable levels for a check to be "not OK" and more metrics.

Usage

Add the "out=pingdom" and "param" querystring parameters to your linfo URL: e.g.:

http://www.example.com/linfo/index.php?out=pingdom&param=ram-used

Available param values are:

  • load: Cpu Load (%)
  • swap-used: Amount in MB of swap/page file usage
  • ram-used: Amount in MB of RAM usage

About

Fork of linfo by Joseph Gillotti

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.0%
  • JavaScript 3.0%