thomasmb / statusboard-server-load

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 100.0%