public
Description: Some munin plugins I wrote, and a little Python microframework for writing 'em.
Homepage:
Clone URL: git://github.com/jacobian/munin-plugins.git
name age message
file .gitignore Thu Feb 26 19:08:30 -0800 2009 Ignore configured plugins. [jacobian]
file LICENSE Fri Feb 29 13:01:16 -0800 2008 Added README, LICENSE [jacobian]
file README Fri Feb 29 13:01:16 -0800 2008 Added README, LICENSE [jacobian]
file memcached_ Fri Feb 29 13:09:22 -0800 2008 initial commit [jacobian]
file munin.py Fri Feb 29 13:09:22 -0800 2008 initial commit [jacobian]
file perlbal_ Fri Feb 29 13:09:22 -0800 2008 initial commit [jacobian]
file postgresql_connections Fri Feb 29 13:09:22 -0800 2008 initial commit [jacobian]
file trac_milestones Thu Feb 26 19:59:40 -0800 2009 Fix the query. [jacobian]
file trac_tickets Thu Feb 26 19:49:45 -0800 2009 Make trac_tickets.py a module so it can be impo... [jacobian]
file trac_tickets.py Thu Feb 26 19:54:50 -0800 2009 A few more teaks to trac stuff. [jacobian]
README
This is a little collection of Munin plugins I wrote. I don't imagine any of 
this will work perfectly for anyone other than me, but it's released under
the BSD license in case anyone finds it useful.

Actually, munin.py is a pretty cute micro-framework for writing other munin
plugins. That might be interesting to someone else.