Hey, hackernews!<p>I've build sysplatter to accomodate my open source Golang tool server-seer ( <a href="https://github.com/andriussev/server-seer" rel="nofollow">https://github.com/andriussev/server-seer</a> ), which basically runs any defined commands at any interval. server-seer then send the data to sysplatter.<p>Sysplatter allows to set up a number of dashboards and provides some customization for them.<p>In the start, I've built that for personal projects and I currently use it for some more intersting stuff for sysplatter itself, like, total number of data entries, number of active dashboards, etc.<p>By the way, server-seer does not have to be used with sysplatter and can be used by itself 100%. There's a small example of the API call that it does and you can build whatever tool you want for handling the data (or you can just use the local sqlite database).