Added python plugin.
authorSven Trenkel <collectd@semidefinite.de>
Sun, 11 Oct 2009 01:28:07 +0000 (03:28 +0200)
committerSven Trenkel <collectd@semidefinite.de>
Sun, 11 Oct 2009 01:28:07 +0000 (03:28 +0200)
commit8d6c9e224c4a719b6cec6f13c27c8e1e3bdff0d8
treec25dde1435f668fd09091bd3f14dd0038522b0b5
parentcd75d5407977c15a7a0aa18de7050a8f190c6581
Added python plugin.

It adds a "collectd" module to the embedded python interpreter
which contains a "register_config" method to register config
callbacks and "Config" class which contains a config item.
src/python.c [new file with mode: 0644]