Skip to content

Commit fe726cb

Browse files
committed
README: added lvm plugin example
1 parent 7a8009b commit fe726cb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ documentation for each plugin for configurable attributes.
7575
* `load` (see [collectd::plugin::load](#class-collectdpluginload) below)
7676
* `logfile` (see [collectd::plugin::logfile](#class-collectdpluginlogfile) below)
7777
* `libvirt` (see [collectd::plugin::libvirt](#class-collectdpluginlibvirt) below)
78+
* `lvm` (see [collectd::plugin::lvm](#class-collectdpluginlvm) below)
7879
* `memcached`(see [collectd::plugin::memcached](#class-collectdpluginmemcached) below )
7980
* `memory`(see [collectd::plugin::memory](#class-collectdpluginmemory) below )
8081
* `mysql` (see [collectd::plugin::mysql](#class-collectdpluginmysql) below)
@@ -358,6 +359,12 @@ class { 'collectd::plugin::libvirt':
358359
}
359360
```
360361

362+
####Class: `collectd::plugin::lvm`
363+
364+
```puppet
365+
class { 'collectd::plugin::lvm': }
366+
```
367+
361368
####Class: `collectd::plugin::memcached`
362369

363370
```puppet

0 commit comments

Comments
 (0)