Skip to content

Commit

Permalink
README: added lvm plugin example
Browse files Browse the repository at this point in the history
  • Loading branch information
sijis committed Jan 1, 2015
1 parent 7a8009b commit fe726cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -358,6 +359,12 @@ class { 'collectd::plugin::libvirt':
}
```

####Class: `collectd::plugin::lvm`

```puppet
class { 'collectd::plugin::lvm': }
```

####Class: `collectd::plugin::memcached`

```puppet
Expand Down

0 comments on commit fe726cb

Please sign in to comment.