perl plugin: Added the "IncludeDir" config option.
authorSebastian Harl <sh@tokkee.org>
Sun, 22 Apr 2007 20:57:43 +0000 (22:57 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Mon, 23 Apr 2007 13:29:05 +0000 (15:29 +0200)
commit9242c5de0045683d5fd33455d7a88b37a1b6f823
treea37707193567ad8000124ada47b4f062e97b065e
parent6106b146e0ee9b02cd34501eec58a4340be89029
perl plugin: Added the "IncludeDir" config option.

"IncludeDir <Dir>" adds <Dir> to the @INC array.

A segfault when parsing unknown config options has been fixed and documentation
about the perl plugin has been added to collectd.conf.pod.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
src/collectd.conf.in
src/collectd.conf.pod
src/perl.c