X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcollectd.conf.pod;h=c30256fc00ead883897a5f46da6bde71259f321f;hb=9f77f493ef7cf6077deaa2385d2392d144cf606f;hp=3b9d664d201403706195b778d28ffd5c02a9b15b;hpb=9ea04e3e99a0b14e001ad1be6030815a236dc91c;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 3b9d664d..c30256fc 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2041,6 +2041,7 @@ than those of other plugins. It usually looks something like this: + #Plugin "warehouse" Driver "mysql" Interval 120 DriverOption "host" "localhost" @@ -2222,6 +2223,11 @@ the daemon. Other than that, that name is not used. =over 4 +=item B I + +Use I as the plugin name when submitting query results from +this B. Defaults to 'dbi'. + =item B I Sets the interval (in seconds) in which the values will be collected from this @@ -5765,6 +5771,7 @@ plugin's documentation above for details. + #Plugin "warehouse" ConnectID "db01" Username "oracle" Password "secret" @@ -5787,6 +5794,11 @@ values submitted to the daemon. Other than that, that name is not used. =over 4 +=item B I + +Use I as the plugin name when submitting query results from +this B. Defaults to 'oracle'. + =item B I Defines the "database alias" or "service name" to connect to. Usually, these @@ -6140,6 +6152,7 @@ L. + Plugin "kingdom" Host "hostname" Port "5432" User "username" @@ -6461,6 +6474,11 @@ activating this option. The draw-back is, that data covering the specified amount of time will be lost, for example, if a single statement within the transaction fails or if the database server crashes. +=item B I + +Use I as the plugin name when submitting query results from +this B. Defaults to 'postgresql'. + =item B I Specify the plugin instance name that should be used instead of the database