Skip to content
Florian Forster edited this page Nov 26, 2023 · 1 revision
Name: Set target
Type: target
Status: supported
FirstVersion: 4.6
Copyright: 2008 Florian octo Forster
License: GPLv2
Manpage: collectd.conf(5)
See also: List of Targets

Description

The Set target sets or re-sets parts of an identifier.

Synopsis

 <Target "set">
   PluginInstance "coretemp"
   TypeInstance "core3"
 </Target>

To "drop" the plugin or type-instance you can set the field to an empty string. Please note that the Host and Plugin fields cannot be empty.

 <Target "set">
   Plugin "foobar"
   PluginInstance ""
 </Target>

Dependencies

  • none
Clone this wiki locally