'dbi', 'oracle' and 'postgresql' plugins: Use 'Plugin' as option name
[collectd.git] / src / collectd.conf.pod
index b4fe2f9..cf34e9e 100644 (file)
@@ -2017,7 +2017,7 @@ than those of other plugins. It usually looks something like this:
       </Result>
     </Query>
     <Database "product_information">
-      #PluginName "warehouse"
+      #Plugin "warehouse"
       Driver "mysql"
       Interval 120
       DriverOption "host" "localhost"
@@ -2199,9 +2199,9 @@ the daemon. Other than that, that name is not used.
 
 =over 4
 
-=item B<PluginName> I<PluginName>
+=item B<Plugin> I<Plugin>
 
-Use I<PluginName> as the plugin name when submitting query results from
+Use I<Plugin> as the plugin name when submitting query results from
 this B<Database>. Defaults to 'dbi'.
 
 =item B<Interval> I<Interval>
@@ -5595,7 +5595,7 @@ plugin's documentation above for details.
       </Result>
     </Query>
     <Database "product_information">
-      #PluginName "warehouse"
+      #Plugin "warehouse"
       ConnectID "db01"
       Username "oracle"
       Password "secret"
@@ -5618,9 +5618,9 @@ values submitted to the daemon. Other than that, that name is not used.
 
 =over 4
 
-=item B<PluginName> I<PluginName>
+=item B<Plugin> I<Plugin>
 
-Use I<PluginName> as the plugin name when submitting query results from
+Use I<Plugin> as the plugin name when submitting query results from
 this B<Database>. Defaults to 'oracle'.
 
 =item B<ConnectID> I<ID>
@@ -5976,7 +5976,7 @@ L<http://www.postgresql.org/docs/manuals/>.
     </Writer>
 
     <Database foo>
-      PluginName "kingdom"
+      Plugin "kingdom"
       Host "hostname"
       Port "5432"
       User "username"
@@ -6298,9 +6298,9 @@ 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<PluginName> I<PluginName>
+=item B<Plugin> I<Plugin>
 
-Use I<PluginName> as the plugin name when submitting query results from
+Use I<Plugin> as the plugin name when submitting query results from
 this B<Database>. Defaults to 'postgresql'.
 
 =item B<Instance> I<name>