openvpn plugin: Add a plugin to read OpenVPN statistics.
authorDoug MacEachern <dougm@hyperic.com>
Sun, 21 Dec 2008 01:08:39 +0000 (17:08 -0800)
committerFlorian Forster <octo@huhu.verplant.org>
Thu, 1 Jan 2009 11:01:24 +0000 (12:01 +0100)
commit31c1bf4fa3c1c5f4add94cebe7eeaf2ffbab63bb
treea6f9290b6fc0f2f5f6c4abc15c6419fad746b766
parent924a111c2d04aa8ff3386805f0fb022fe4f8f7b1
openvpn plugin: Add a plugin to read OpenVPN statistics.

Simple but useful module for monitoring per-client openvpn traffic..

The plugin reads a statistics file maintained by OpenVPN. The location of the
statistics file is configurable.

Signed-off-by: Doug MacEachern <dougm@hyperic.com>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
README
configure.in
src/Makefile.am
src/collectd.conf.in
src/openvpn.c [new file with mode: 0644]