Soon after the launch of StatusBoard I published a short example of how the app could be used to display server statistics. After a lot of feedback it seems that what was of most interest to readers was what wasn’t in the post, the graph that displays historic server load …
For those who still are interested I have created a GitHub repo to share the script that allows exactly this. In short, setup and configure the script on a single server, then have all your servers call it ( using cron and curl ) in order to communicate with the script.

Here are some other posts you may like
Electric power companies, in general, are pretty much the same. Tibber however, is unlike any electricity company I had seen before. They try to utilise the data we get from smart devices, which they also sell, to save electricity, money and the environment, as well as improving comfort. It’s a…
This summer we decided to do a little experiment. Drive through Europe with our Model X while towing a caravan. This journey took us through Norway, Sweden, Denmark, Germany, Austria and back again for a total distance of more than 6.000 km (3700+ miles). https://www.youtube.com/watch?v=88nsPpSoxqU On this trip we got…
In this post, we'll look at how to transfer a single serialized option between WordPress installations from the command line. This technique can be usefull when dealing with serialized data that include PHP class objects. If you just want to copy all options, this is not the post you are…