Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/manpages/collectd-exec.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ format is as follows:
as the tuple (plugin, plugin instance, type instance) uniquely identifies the
plugin within collectd. _type_ identifies the type and number of values
(i. e. data-set) passed to collectd. A large list of predefined
data-sets is available in the **types.db** file. See [types.db(5)]./(./types.db.md) for a
data-sets is available in the **types.db** file. See [types.db(5)](./types.db.md) for a
description of the format of this file.

The _OptionList_ is an optional list of _Options_, where each option is a
Expand Down
2 changes: 1 addition & 1 deletion documentation/manpages/collectd-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ to retrieve. The following configuration options are available:
[collectd(1)](./collectd.md),
[collectd.conf(5)](./collectd.conf.md),
[collectd-perl(5)](./collectd-perl.md),
[types.db(5)]./(./types.db.md)
[types.db(5)](./types.db.md)

# AUTHOR

Expand Down
6 changes: 3 additions & 3 deletions documentation/manpages/collectd-perl.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,11 @@ exported by the ":plugin" export tag (see the section "EXPORTS" below).
array-reference which points to an array of hashes. Each hash describes one
data-set. For the exact layout see **Data-Set** above. Please note that
there is a large number of predefined data-sets available in the **types.db**
file which are automatically registered with collectd - see [types.db(5)]./(./types.db.md) for
file which are automatically registered with collectd - see [types.db(5)](./types.db.md) for
a description of the format of this file.

**Note**: Using **plugin\_register** to register a data-set is deprecated. Add
the new type to a custom [types.db(5)]./(./types.db.md) file instead. This functionality might
the new type to a custom [types.db(5)](./types.db.md) file instead. This functionality might
be removed in a future version of collectd.

If the _type_ argument is any of the other types (**TYPE\_INIT**, **TYPE\_READ**,
Expand Down Expand Up @@ -622,7 +622,7 @@ dispatched by the perl plugin after upgrades.
[collectd(1)](./collectd.md),
[collectd.conf(5)](./collectd.conf.md),
[collectd-exec(5)](./collectd-exec.md),
[types.db(5)]./(./types.db.md),
[types.db(5)](./types.db.md),
[perl(1)](http://man.he.net/man1/perl),
[threads(3perl)](http://man.he.net/man3perl/threads),
[threads::shared(3perl)](http://man.he.net/man3perl/threads::shared),
Expand Down
4 changes: 2 additions & 2 deletions documentation/manpages/collectd-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ Data descriptors defined here:
These are the actual values that get dispatched to collectd. It has to be a
sequence (a tuple or list) of numbers. The size of the sequence and the type of
its content depend on the type member your _types.db_ file. For more
information on this read the [types.db(5)]./(./types.db.md) manual page.
information on this read the [types.db(5)](./types.db.md) manual page.

If the sequence does not have the correct size upon dispatch a _RuntimeError_
exception will be raised. If the content of the sequence is not a number, a
Expand Down Expand Up @@ -650,7 +650,7 @@ but is not limited to filters.
[collectd.conf(5)](./collectd.conf.md),
[collectd-perl(5)](./collectd-perl.md),
[collectd-exec(5)](./collectd-exec.md),
[types.db(5)]./(./types.db.md),
[types.db(5)](./types.db.md),
[python(1)](http://man.he.net/man1/python),

# AUTHOR
Expand Down
2 changes: 1 addition & 1 deletion documentation/manpages/collectd-snmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ queried. The following options can be set:
collectd's type that is to be used, e. g. "if\_octets" for interface
traffic or "users" for a user count. The types are read from the **TypesDB**
(see [collectd.conf(5)](./collectd.conf.md)), so you may want to check for which types are
defined. See [types.db(5)]./(./types.db.md) for a description of the format of this file.
defined. See [types.db(5)](./types.db.md) for a description of the format of this file.

- **Table** _true|false_

Expand Down
26 changes: 13 additions & 13 deletions documentation/manpages/collectd.conf.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ during configuration. Also, unless **AutoLoadPlugin** is enabled, the
- **TypesDB** _File_ \[_File_ ...\]

Set one or more files that contain the data-set descriptions. See
[types.db(5)]./(./types.db.md) for a description of the format of this file.
[types.db(5)](./types.db.md) for a description of the format of this file.

If this option is not specified, a default file is read. If you need to define
custom types in addition to the types defined in the default file, you need to
Expand Down Expand Up @@ -409,7 +409,7 @@ aggregations. The following options are valid inside **Aggregation** blocks:
- **TypeInstance** _TypeInstance_

Selects the value lists to be added to this aggregation. **Type** must be a
valid data set name, see [types.db(5)]./(./types.db.md) for details.
valid data set name, see [types.db(5)](./types.db.md) for details.

If the string starts with and ends with a slash (`/`), the string is
interpreted as a _regular expression_. The regex flavor used are POSIX
Expand Down Expand Up @@ -2066,7 +2066,7 @@ The following options are valid within **Key** blocks:
- **Type** _Type_

Sets the type used to dispatch the values to the daemon. Detailed information
about types and their configuration can be found in [types.db(5)]./(./types.db.md). This
about types and their configuration can be found in [types.db(5)](./types.db.md). This
option is mandatory.

- **Instance** _Instance_
Expand Down Expand Up @@ -2184,7 +2184,7 @@ The following options are valid within **URL** blocks:
- **Type** _Type_

Sets the type used to dispatch the values to the daemon. Detailed information
about types and their configuration can be found in [types.db(5)]./(./types.db.md). This
about types and their configuration can be found in [types.db(5)](./types.db.md). This
option is mandatory.

## Plugin `curl_xml`
Expand Down Expand Up @@ -2306,7 +2306,7 @@ Within the **URL** block the following options are accepted:

Specifies the _Type_ used for submitting patches. This determines the number
of values that are required / expected and whether the strings are parsed as
signed or unsigned integer or as double values. See [types.db(5)]./(./types.db.md) for details.
signed or unsigned integer or as double values. See [types.db(5)](./types.db.md) for details.
This option is required.

- **InstancePrefix** _InstancePrefix_
Expand Down Expand Up @@ -2472,7 +2472,7 @@ The following options are accepted:

- **Type** _Type_

The **type** that's used for each line returned. See [types.db(5)]./(./types.db.md) for more
The **type** that's used for each line returned. See [types.db(5)](./types.db.md) for more
details on how types are defined. In short: A type is a predefined layout of
data and the number of values and type of values has to match the type
definition.
Expand Down Expand Up @@ -6914,7 +6914,7 @@ the daemon.
- **Type** _type_

The _type_ name to be used when dispatching the values. The type describes
how to handle the data and where to store it. See [types.db(5)]./(./types.db.md) for more
how to handle the data and where to store it. See [types.db(5)](./types.db.md) for more
details on types and their configuration. The number and type of values (as
selected by the **ValuesFrom** option) has to match the type of the given name.

Expand Down Expand Up @@ -7034,7 +7034,7 @@ specified:

- **$5**

The type of the queried value (cf. [types.db(5)]./(./types.db.md)).
The type of the queried value (cf. [types.db(5)](./types.db.md)).

- **$6**

Expand Down Expand Up @@ -7778,7 +7778,7 @@ parameters and set of user-defined queries for this node.
the result of the query. When not supplied, will default to **gauge**.

Currently only types with one datasource are supported.
See [types.db(5)]./(./types.db.md) for more details on types and their configuration.
See [types.db(5)](./types.db.md) for more details on types and their configuration.

- **Instance** _Type instance_

Expand Down Expand Up @@ -8608,7 +8608,7 @@ The following options are available inside a **Result** block:
- **Type** _type_

Sets the type used to dispatch the values to the daemon. Detailed information
about types and their configuration can be found in [types.db(5)]./(./types.db.md). This
about types and their configuration can be found in [types.db(5)](./types.db.md). This
option is mandatory.

- **InstancePrefix** _prefix_
Expand Down Expand Up @@ -8847,7 +8847,7 @@ be performed:
- **Type** _Type_

Sets the type used to dispatch this value. Detailed information about types and
their configuration can be found in [types.db(5)]./(./types.db.md).
their configuration can be found in [types.db(5)](./types.db.md).

- **Instance** _TypeInstance_

Expand Down Expand Up @@ -8892,7 +8892,7 @@ extract.
- **Type** _Type_

Configures which _Type_ to use when dispatching this metric. Types are defined
in the [types.db(5)]./(./types.db.md) file, see the appropriate manual page for more
in the [types.db(5)](./types.db.md) file, see the appropriate manual page for more
information on specifying types. Only types with a single _data source_ are
supported by the _tail\_csv plugin_. The information whether the value is an
absolute value (i.e. a `GAUGE`) or a rate (i.e. a `DERIVE`) is taken from the
Expand Down Expand Up @@ -11973,7 +11973,7 @@ the items (mounts points, devices, ...) and the boolean option
[collectd-exec(5)](./collectd-exec.md),
[collectd-perl(5)](./collectd-perl.md),
[collectd-unixsock(5)](./collectd-unixsock.md),
[types.db(5)]./(./types.db.md),
[types.db(5)](./types.db.md),
[hddtemp(8)](http://man.he.net/man8/hddtemp),
[iptables(8)](http://man.he.net/man8/iptables),
[kstat(3KSTAT)](http://man.he.net/man3KSTAT/kstat),
Expand Down
2 changes: 1 addition & 1 deletion documentation/manpages/collectd.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ detail. In particular those are [collectd-email(5)](./collectd-email.md), [colle
[collectd-perl(5)](./collectd-perl.md),
[collectd-snmp(5)](./collectd-snmp.md),
[collectd-unixsock(5)](./collectd-unixsock.md),
[types.db(5)]./(./types.db.md),
[types.db(5)](./types.db.md),
[http://collectd.org/](http://collectd.org/)

# AUTHOR
Expand Down