diff --git a/documentation/manpages/collectd-exec.md b/documentation/manpages/collectd-exec.md index 8e485ff..538cbe1 100644 --- a/documentation/manpages/collectd-exec.md +++ b/documentation/manpages/collectd-exec.md @@ -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 diff --git a/documentation/manpages/collectd-java.md b/documentation/manpages/collectd-java.md index 2ce2ee2..23ed5ed 100644 --- a/documentation/manpages/collectd-java.md +++ b/documentation/manpages/collectd-java.md @@ -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 diff --git a/documentation/manpages/collectd-perl.md b/documentation/manpages/collectd-perl.md index 31b6653..cbf4a91 100644 --- a/documentation/manpages/collectd-perl.md +++ b/documentation/manpages/collectd-perl.md @@ -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**, @@ -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), diff --git a/documentation/manpages/collectd-python.md b/documentation/manpages/collectd-python.md index 04d8887..127fef4 100644 --- a/documentation/manpages/collectd-python.md +++ b/documentation/manpages/collectd-python.md @@ -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 @@ -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 diff --git a/documentation/manpages/collectd-snmp.md b/documentation/manpages/collectd-snmp.md index 1c0afc8..3d28d0b 100644 --- a/documentation/manpages/collectd-snmp.md +++ b/documentation/manpages/collectd-snmp.md @@ -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_ diff --git a/documentation/manpages/collectd.conf.md b/documentation/manpages/collectd.conf.md index e8fa96e..183b8cd 100644 --- a/documentation/manpages/collectd.conf.md +++ b/documentation/manpages/collectd.conf.md @@ -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 @@ -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 @@ -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_ @@ -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` @@ -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_ @@ -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. @@ -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. @@ -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** @@ -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_ @@ -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_ @@ -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_ @@ -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 @@ -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), diff --git a/documentation/manpages/collectd.md b/documentation/manpages/collectd.md index ba37361..177abf3 100644 --- a/documentation/manpages/collectd.md +++ b/documentation/manpages/collectd.md @@ -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