Skip to content

Commit

Permalink
battery: add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sileht committed May 28, 2018
1 parent c33d564 commit fbac47a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ documentation for each plugin for configurable attributes.
below)
* `amqp` (see [collectd::plugin::amqp](#class-collectdpluginamqp) below)
* `apache` (see [collectd::plugin::apache](#class-collectdpluginapache) below)
* `battery` (see [collectd::plugin::battery](#class-collectdpluginbattery) below)
* `bind` (see [collectd::plugin::bind](#class-collectdpluginbind) below)
* `ceph` (see [collectd::plugin::ceph](#class-ceph) below)
* `cgroups` (see [collectd::plugin::cgroups](#class-collectdplugincgroups) below)
Expand Down Expand Up @@ -261,6 +262,17 @@ class { 'collectd::plugin::apache':
}
```

### Class: `collectd::plugin::battery`

```puppet
class { 'collectd::plugin::battery':
interval => 30,
values_percentage => true,
report_degraded => true,
query_state_fs => true,
}
```

### Class: `collectd::plugin::bind`

```puppet
Expand Down

0 comments on commit fbac47a

Please sign in to comment.