Skip to content

Commit

Permalink
Document udevnameattr attribute on collectd::plugin::disk
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnangle committed Jul 27, 2015
1 parent ed2cdf5 commit de42d18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ class { 'collectd::plugin::df':
```puppet
class { 'collectd::plugin::disk':
disks => ['/^dm/'],
ignoreselected => true
ignoreselected => true,
udevnameattr => 'DM_NAME',
}
```

Expand Down

0 comments on commit de42d18

Please sign in to comment.