myles / munin-plugins forked from jacobian/munin-plugins

Some munin plugins I wrote, and a little Python microframework for writing 'em.

This URL has Read+Write access

jacobian (author)
Thu Feb 26 19:58:35 -0800 2009
commit  511b7632c54659e8da97640ce2c940655d6ebfde
tree    47ee99c508fcb09dd167a05c33ea50490dac90e8
parent  af5a354502c1abf0d5fe78074290e5bf08c9951b
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 Loading commit data...
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
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.