From fe726cbc0fc54339133fccb153df10a575e71fc6 Mon Sep 17 00:00:00 2001 From: Sijis Aviles Date: Thu, 1 Jan 2015 13:14:57 -0600 Subject: [PATCH] README: added lvm plugin example --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e2a2637ba..3ec1b1108 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ documentation for each plugin for configurable attributes. * `load` (see [collectd::plugin::load](#class-collectdpluginload) below) * `logfile` (see [collectd::plugin::logfile](#class-collectdpluginlogfile) below) * `libvirt` (see [collectd::plugin::libvirt](#class-collectdpluginlibvirt) below) +* `lvm` (see [collectd::plugin::lvm](#class-collectdpluginlvm) below) * `memcached`(see [collectd::plugin::memcached](#class-collectdpluginmemcached) below ) * `memory`(see [collectd::plugin::memory](#class-collectdpluginmemory) below ) * `mysql` (see [collectd::plugin::mysql](#class-collectdpluginmysql) below) @@ -358,6 +359,12 @@ class { 'collectd::plugin::libvirt': } ``` +####Class: `collectd::plugin::lvm` + +```puppet +class { 'collectd::plugin::lvm': } +``` + ####Class: `collectd::plugin::memcached` ```puppet