Hey! This is pretty nice. Good job!
I noticed a few bugs/improvements in the main code. Do you want me to submit using git's format-patch or GitHub's pull request system? Best, Chris On 4 February 2013 12:22, Kai Hendry <hen...@iki.fi> wrote: > Hi guys, > > I thought collectd/statsd/munin/graphite etc etc were a bit too sucky, > so I idiotically created my own framework in the spirit of "suckless". > https://github.com/kaihendry/sg > > The basic idea is to handle time series data, epoch value(s), give it > a sensible hierarchy. Collect them remotely over ssh. A server service > would watch for new data and run a "graphing script" to generate the > graphs. That "graphing script" could be as simple as calling GNUplot, > or using the vast array of sucky Javascript graphing libraries. e.g. > http://stats.webconverger.org/x220/temp/iframe.html > > Be great to a review on the code and the general idea. I'm hoping you > will contribute to the cronjob/graphing scripts and make it truly suck > less. > > Thank you, > >