Skip to content

PHP script that you can use to show the load of servers with the StatusBoard app for iPad

Notifications You must be signed in to change notification settings

thomasmb/statusboard-server-load

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

statusboard-server-load

PHP script that you can use to display a graph of your serverload with the StatusBoard app for iPad

Setup

1 - Edit the config file and add your MySQL information. Make sure to create the table as shown in db.sql

2 - Replace mydomain.com in the command below to reflect the location of the script, and add it to the cron job list for each server that you want to get the load info from.

* * * * * echo "loadavg=`cat /proc/loadavg`" | curl -d @- http://mydomain.com/status-board/

3 - Add http://mydomain.com/status-board/ to statusboard

About

PHP script that you can use to show the load of servers with the StatusBoard app for iPad

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages