zfs_arc plugin: Introduce the single-valued "cache_eviction" type.
[collectd.git] / src / collectd.conf.pod
index 765d2ac..f89af08 100644 (file)
@@ -1281,6 +1281,8 @@ B<Synopsis:>
 
  <Plugin "ethstat">
    Interface "eth0"
+   Map "rx_csum_offload_errors" "if_rx_errors" "checksum_offload"
+   Map "multicast" "if_multicast"
  </Plugin>
 
 B<Options:>
@@ -1291,6 +1293,18 @@ B<Options:>
 
 Collect statistical information about interface I<Name>.
 
+=item B<Map> I<Name> I<Type> [I<TypeInstance>]
+
+By default, the plugin will submit values as type C<derive> and I<type
+instance> set to I<Name>, the name of the metric as reported by the driver. If
+an appropriate B<Map> option exists, the given I<Type> and, optionally,
+I<TypeInstance> will be used.
+
+=item B<MappedOnly> B<true>|B<false>
+
+When set to B<true>, only metrics that can be mapped to to a I<type> will be
+collected, all other metrics will be ignored. Defaults to B<false>.
+
 =back
 
 =head2 Plugin C<exec>